Commit 0fd657f0 authored by Jérome Perrin's avatar Jérome Perrin

add the preference tool when creating an ERP5 Site


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3607 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85e3ad14
......@@ -619,7 +619,6 @@ class ERP5Generator(PortalGenerator):
# Add ERP5 Tools
addTool = p.manage_addProduct['ERP5'].manage_addTool
#print "addTool = %s" % str(addTool)
addTool('ERP5 Categories', None)
addTool('ERP5 Rule Tool', None)
addTool('ERP5 Id Tool', None)
......@@ -658,10 +657,11 @@ class ERP5Generator(PortalGenerator):
# Clear Catalog
portal_catalog.manage_catalogClear()
# Add Selection Tool
# Add ERP5Form Tools
addTool = p.manage_addProduct['ERP5Form'].manage_addTool
addTool('ERP5 Selections', None)
addTool('ERP5 Preference Tool', None)
# Add ERP5SyncML Tools
addTool = p.manage_addProduct['ERP5SyncML'].manage_addTool
addTool('ERP5 Synchronizations', None)
......
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