Commit 8e7f43d9 authored by Jérome Perrin's avatar Jérome Perrin

create a notification tool when creating a site


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17802 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87e73229
......@@ -1214,6 +1214,8 @@ class ERP5Generator(PortalGenerator):
addTool('ERP5 Order Tool', None)
if not p.hasObject('portal_tests'):
addTool('ERP5 Test Tool', None)
if not p.hasObject('portal_notifications'):
addTool('ERP5 Notification Tool', None)
# Add ERP5Type Tool
addTool = p.manage_addProduct['ERP5Type'].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