Commit a8e52edf authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Add allowed_types for ERP5Catalog tool

parent f996d966
......@@ -52,6 +52,7 @@ class ERP5Catalog(Folder, Catalog):
meta_type = "ERP5 Catalog"
portal_type = 'Catalog'
allowed_types = ()
#TODO(low priority): Add an icon to display at ERP5 Zope interface
icon = None
security = ClassSecurityInfo()
......
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