Commit f2bb4a0e authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Add Business Manager while bootstapping portal_types

parent fd5eed0e
......@@ -131,6 +131,12 @@ class TypesTool(TypeProvider):
# the following ones are required to upgrade an existing site
'Category Property',
))
# Bootstrap Business Manager as it'll be needed while installation
ERP5Generator.bootstrap(self, 'erp5_business_package', 'PortalTypeTemplateItem', (
'Business Manager',
'Business Item',
'Business Property Item'
))
def listContentTypes(self, container=None):
"""List content types from all providers
......
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