diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index bfdcbb5b72ce068a2fa100c090a39b88f1de8630..c0c06d070db06b5c8de4e091a619bb87cdd85320 100755 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -641,10 +641,14 @@ class ERP5Generator(PortalGenerator): ps.manage_addProduct['OFSP'].manage_addFolder(id='custom') #ps.manage_addProduct['OFSP'].manage_addFolder(id='local_pro') #ps.manage_addProduct['OFSP'].manage_addFolder(id='local_mrp') - ps.addSkinSelection('ERP5', 'custom, external_method, activity, ' + ps.addSkinSelection('View', 'custom, external_method, activity, ' + 'zpt_content, zpt_generic,' + 'zpt_control, content, generic, control, Images', make_default=1) + ps.addSkinSelection('Print', 'custom, external_method, activity, ' + + 'zpt_content, zpt_generic,' + + 'zpt_control, content, generic, control, Images', + make_default=0) p.setupCurrentSkin() def setupWorkflow(self, p):