From 57a0ff7398d1367d9ad284a54783c4cb2a6d3128 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 25 Oct 2007 15:22:26 +0000 Subject: [PATCH] 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 --- product/ERP5/ERP5Site.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index 4cf701d16e..46b3c6f8a7 100644 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -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': -- 2.30.9