Commit 57a0ff73 authored by Romain Courteaud's avatar Romain Courteaud

Do not install portal_archives when creating a site.

This tool will be created by erp5_archive.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17196 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28d42594
......@@ -1233,8 +1233,6 @@ class ERP5Generator(PortalGenerator):
addTool = p.manage_addProduct['ERP5Catalog'].manage_addTool
if not p.hasObject('portal_catalog'):
addTool('ERP5 Catalog', None)
if not p.hasObject('portal_archives'):
addTool('ERP5 Archive Tool', None)
# Add Default SQL connection
if p.erp5_sql_connection_type == 'Z MySQL Database Connection':
......
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