Commit 193b7dfc authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

erp5_catalog: No need to fake _proeprties for compatibility

parent 69ea5ac5
......@@ -190,8 +190,6 @@ class ERP5Catalog(Folder, Catalog):
# Initialize both SQLCatalog as well as Folder
Catalog.__init__(self, id, title, container)
Folder.__init__(self, id)
# Add for compatibility
self._properties = ()
# Filter content (ZMI))
def filtered_meta_types(self, user=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment