diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py
index 6287530b62d3d7dc561bd59bbe03f6bd0183b65d..51f63a7537bab43bb680fcdd2deae35a8e60cb67 100755
--- a/product/ERP5/ERP5Site.py
+++ b/product/ERP5/ERP5Site.py
@@ -660,6 +660,10 @@ class ERP5Generator(PortalGenerator):
                                   + 'zpt_content, zpt_generic,'
                                   + 'zpt_control, content, generic, control, Images',
                             make_default=0)
+        ps.addSkinSelection('CSV', 'custom, external_method, activity, '
+                                  + 'zpt_content, zpt_generic,'
+                                  + 'zpt_control, content, generic, control, Images',
+                            make_default=0)
         p.setupCurrentSkin()
 
     def setupWorkflow(self, p):