diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index b96a94c4f18e79f088d67831723d23a2611c30d3..c71b96624723b1dda11e95c51d1ec7d461165a02 100644 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -60,6 +60,7 @@ def manage_addERP5Site( self , erp5_sql_deferred_connection_string = 'test test' , cmf_activity_sql_connection_type = 'Z MySQL Database Connection' , cmf_activity_sql_connection_string = 'test test' + , light_install = 0 , reindex = 1 , RESPONSE = None ): @@ -78,7 +79,8 @@ def manage_addERP5Site( self , cmf_activity_sql_connection_type , cmf_activity_sql_connection_string , create_activities - , reindex + , light_install = light_install + , reindex = reindex ) gen.setupDefaultProperties( p , title