Commit 974c86e7 authored by Sebastien Robin's avatar Sebastien Robin

added class_tool and domain tool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2810 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c9a2fc29
......@@ -558,6 +558,11 @@ class ERP5Generator(PortalGenerator):
addTool('ERP5 Simulation Tool', None)
addTool('ERP5 Template Tool', None)
addTool('ERP5 Alarm Tool', None)
addTool('ERP5 Domain Tool', None)
# Add ERP5Type Tools
addTool = p.manage_addProduct['ERP5Type'].manage_addTool
addTool('ERP5 Class Tool', None)
# Add ERP5 SQL Catalog Tool
addTool = p.manage_addProduct['ERP5Catalog'].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