diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
index a2f932dde948509b9f09901aad912ab00130e142..4030c2d8e99cc687c94379b0995cc6b17ec2991a 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
@@ -153,7 +153,7 @@ form.listbox.manage_edit_xmlrpc(\n
          field_id=\'my_list_mode_listbox\'))\n
 \n
 form.listbox.manage_edit_surcharged_xmlrpc(\n
-    dict(selection_name=(\'_\'.join(object_title.split())).lower(),\n
+    dict(selection_name=(\'_\'.join(module_portal_type.split())).lower() + \'_selection\',\n
          title=module_title,\n
          portal_type=[(object_portal_type, object_portal_type), ], ))\n
 \n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index e7fdd11f9ab344eb3006695ea0759e8ce895a721..5be040fc33117d9056d5b46f38d9cea31753a3bd 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-807
\ No newline at end of file
+808
\ No newline at end of file