Commit 3d6ee945 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Use bootstrap_bm to bootstrap TypesTool as we already have migrated all bootstrap BM

parent ed2ea51d
......@@ -126,10 +126,10 @@ class TypesTool(TypeProvider):
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(self, 'erp5_business_package', 'PortalTypeTemplateItem', (
'Business Manager',
'Business Item',
'Business Property Item'
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',
......
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