Commit 7a374e74 authored by Ayush Tiwari's avatar Ayush Tiwari

TypesTool: No need to bootstrap Catalog Tool allowed types

parent 16ddf1cd
......@@ -124,7 +124,7 @@ class TypesTool(TypeProvider):
def _bootstrap(self):
from Products.ERP5.ERP5Site import ERP5Generator
ERP5Generator.bootstrap_allow_type(self, 'Catalog Tool')
#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',
......
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