diff --git a/bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList.py b/bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList.py
deleted file mode 100644
index ae7219ab66594436fb213731069f5d4351ec5d54..0000000000000000000000000000000000000000
--- a/bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList.py
+++ /dev/null
@@ -1,11 +0,0 @@
-portal = context.getPortalObject()
-skin_tool = portal.portal_skins
-for skin_folder in portal.portal_skins.objectValues():
-  for skin_document in skin_folder.objectValues():
-    if skin_document.meta_type == "ERP5 Form":
-      # skin_document.setUid(None)
-      skin_document.reindexObject()
-
-print "skins ok"
-
-return printed
diff --git a/bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList.xml b/bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList.xml
deleted file mode 100644
index b6abb3d86cea995e74f985c44f0cfcb74260f3f9..0000000000000000000000000000000000000000
--- a/bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>Script_magic</string> </key>
-            <value> <int>3</int> </value>
-        </item>
-        <item>
-            <key> <string>_bind_names</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>_asgns</string> </key>
-                        <value>
-                          <dictionary>
-                            <item>
-                                <key> <string>name_container</string> </key>
-                                <value> <string>container</string> </value>
-                            </item>
-                            <item>
-                                <key> <string>name_context</string> </key>
-                                <value> <string>context</string> </value>
-                            </item>
-                            <item>
-                                <key> <string>name_m_self</string> </key>
-                                <value> <string>script</string> </value>
-                            </item>
-                            <item>
-                                <key> <string>name_subpath</string> </key>
-                                <value> <string>traverse_subpath</string> </value>
-                            </item>
-                          </dictionary>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>_params</string> </key>
-            <value> <string>sql_catalog_id=None, additional_priority=0, final_activity_tag=None</string> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>ERP5Site_reindexSkinList</string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>
diff --git a/bt5/erp5_web_ecommerce_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecommerce_ui_zuite/testE5gEcommerceBasicNavigation.zpt b/bt5/erp5_web_ecommerce_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecommerce_ui_zuite/testE5gEcommerceBasicNavigation.zpt
index 991b06652f5a533ed8af0c62c02f7edbbf8696ff..d69b36cc8d000b1fba76001a8d48cf0163ff2991 100644
--- a/bt5/erp5_web_ecommerce_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecommerce_ui_zuite/testE5gEcommerceBasicNavigation.zpt
+++ b/bt5/erp5_web_ecommerce_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecommerce_ui_zuite/testE5gEcommerceBasicNavigation.zpt
@@ -23,28 +23,6 @@
   <td>Reset Successfully.</td>
   <td></td>
 </tr>
-<!-- skin list -->
-<tr>
-  <td>open</td>
-  <td>${base_url}/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList/</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>skins ok</td>
-  <td></td>
-</tr>
-<tr>
-  <td>open</td>
-  <td>${base_url}/Zuite_waitForActivities</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>Done.</td>
-  <td></td>
-  <td></td>
-</tr>
 
 <!-- create sample data -->
 <tr>
@@ -116,4 +94,4 @@
 </tbody>
 </table>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/bt5/erp5_web_ecrm_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecrm_ui_zuite/testE5gEcrmBasicNavigation.zpt b/bt5/erp5_web_ecrm_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecrm_ui_zuite/testE5gEcrmBasicNavigation.zpt
index 251b2e3b6791319f5ac59751ddf8053a3961fb03..c648939879af354aaaa338e4c42910eb3d8fc28a 100644
--- a/bt5/erp5_web_ecrm_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecrm_ui_zuite/testE5gEcrmBasicNavigation.zpt
+++ b/bt5/erp5_web_ecrm_test/PathTemplateItem/portal_tests/erp5_web_e5g_ecrm_ui_zuite/testE5gEcrmBasicNavigation.zpt
@@ -23,28 +23,6 @@
   <td>Reset Successfully.</td>
   <td></td>
 </tr>
-<!-- skin list -->
-<tr>
-  <td>open</td>
-  <td>${base_url}/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList/</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>skins ok</td>
-  <td></td>
-</tr>
-<tr>
-  <td>open</td>
-  <td>${base_url}/Zuite_waitForActivities</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>Done.</td>
-  <td></td>
-  <td></td>
-</tr>
 
 <!-- create sample data -->
 <tr>
@@ -103,4 +81,4 @@
 </tbody>
 </table>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/bt5/erp5_web_ehr_test/PathTemplateItem/portal_tests/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.zpt b/bt5/erp5_web_ehr_test/PathTemplateItem/portal_tests/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.zpt
index df880d05124cbd03e9c0747b39300781a5ff3f4c..d6558087c7b94c0fd0d1a27e8870ec1922561dba 100644
--- a/bt5/erp5_web_ehr_test/PathTemplateItem/portal_tests/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.zpt
+++ b/bt5/erp5_web_ehr_test/PathTemplateItem/portal_tests/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.zpt
@@ -23,28 +23,6 @@
   <td>Reset Successfully.</td>
   <td></td>
 </tr>
-<!-- skin list -->
-<tr>
-  <td>open</td>
-  <td>${base_url}/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList/</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>skins ok</td>
-  <td></td>
-</tr>
-<tr>
-  <td>open</td>
-  <td>${base_url}/Zuite_waitForActivities</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>Done.</td>
-  <td></td>
-  <td></td>
-</tr>
 
 <!-- create sample data -->
 <tr>
@@ -123,4 +101,4 @@
 </tbody>
 </table>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/bt5/erp5_web_eproject_test/PathTemplateItem/portal_tests/erp5_web_e5g_eproject_ui_zuite/testE5gEprojectBasicNavigation.zpt b/bt5/erp5_web_eproject_test/PathTemplateItem/portal_tests/erp5_web_e5g_eproject_ui_zuite/testE5gEprojectBasicNavigation.zpt
index 23a0a23acecbd154d6d5ff1bdc68d295004f71dd..8b5d139f73d166ff6c4f3f4914a68867e326bdc9 100644
--- a/bt5/erp5_web_eproject_test/PathTemplateItem/portal_tests/erp5_web_e5g_eproject_ui_zuite/testE5gEprojectBasicNavigation.zpt
+++ b/bt5/erp5_web_eproject_test/PathTemplateItem/portal_tests/erp5_web_e5g_eproject_ui_zuite/testE5gEprojectBasicNavigation.zpt
@@ -23,28 +23,6 @@
   <td>Reset Successfully.</td>
   <td></td>
 </tr>
-<!-- skin list -->
-<tr>
-  <td>open</td>
-  <td>${base_url}/portal_skins/erp5_hal_json_style/ERP5Site_reindexSkinList/</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>skins ok</td>
-  <td></td>
-</tr>
-<tr>
-  <td>open</td>
-  <td>${base_url}/Zuite_waitForActivities</td>
-  <td></td>
-</tr>
-<tr>
-  <td>assertTextPresent</td>
-  <td>Done.</td>
-  <td></td>
-  <td></td>
-</tr>
 
 <!-- create sample data -->
 <tr>
@@ -108,4 +86,4 @@
 </tbody>
 </table>
 </body>
-</html>
\ No newline at end of file
+</html>