Commit 48bbe0b2 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Create portal_property_sheets in ERP5Site as several core ZODB

Property Sheets are needed for bootstrap.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39581 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a7528c3a
......@@ -1645,6 +1645,8 @@ class ERP5Generator(PortalGenerator):
addTool('ERP5 Memcached Tool', None)
if not p.hasObject('portal_types'):
addTool('ERP5 Types Tool', None)
if not p.hasObject('portal_property_sheets'):
addTool('ERP5 Property Sheet Tool', None)
try:
addTool = p.manage_addProduct['ERP5Subversion'].manage_addTool
......
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