Commit 2cbcad37 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Do not use bootstrap_bm for erp5_business_package as its still in old format

parent 7b715490
......@@ -124,13 +124,6 @@ class TypesTool(TypeProvider):
def _bootstrap(self):
from Products.ERP5.ERP5Site import ERP5Generator
ERP5Generator.bootstrap_allow_type(self, 'Catalog Tool')
# Bootstrap Business Manager as it'll be needed while installation
ERP5Generator.bootstrap_bm(self, 'erp5_business_package', (
'portal_types/Business Manager',
'portal_types/Business Item',
'portal_types/Business Property Item'
))
ERP5Generator.bootstrap_bm(self, 'erp5_core', (
'portal_types/Business Template',
'portal_types/Standard Property',
......
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