diff --git a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradeGlobalPropertyList.xml b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradeGlobalPropertyList.xml
index a6e0d8d7a0c67dfb1c3b76a2780b1b417e1a61fd..1a965fa1880794def9489bc9a95bfe4f45a2bb43 100644
--- a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradeGlobalPropertyList.xml
+++ b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradeGlobalPropertyList.xml
@@ -65,83 +65,19 @@ for prop in site_property_dict:\n
 if is_upgrade_required:\n
   for prop in site_property_dict:\n
     portal.ERP5Site_editERP5SiteProperty(prop, site_property_dict[prop])\n
-    message_list.append("Upgrade Executed for Global Properties.")\n
+    message_list.append("Upgrade Executed for Global Properties (%s)." % prop)\n
 \n
 return message_list\n
 </string> </value>
         </item>
-        <item>
-            <key> <string>_code</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
         <item>
             <key> <string>_params</string> </key>
             <value> <string>upgrade=0</string> </value>
         </item>
-        <item>
-            <key> <string>errors</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>func_code</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>co_argcount</string> </key>
-                        <value> <int>1</int> </value>
-                    </item>
-                    <item>
-                        <key> <string>co_varnames</string> </key>
-                        <value>
-                          <tuple>
-                            <string>upgrade</string>
-                            <string>_getattr_</string>
-                            <string>context</string>
-                            <string>portal</string>
-                            <string>message_list</string>
-                            <string>is_upgrade_required</string>
-                            <string>site_property_dict</string>
-                            <string>_getiter_</string>
-                            <string>prop</string>
-                            <string>_getitem_</string>
-                            <string>getattr</string>
-                            <string>None</string>
-                          </tuple>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>func_defaults</string> </key>
-            <value>
-              <tuple>
-                <int>0</int>
-              </tuple>
-            </value>
-        </item>
         <item>
             <key> <string>id</string> </key>
             <value> <string>ERP5Site_upgradeGlobalPropertyList</string> </value>
         </item>
-        <item>
-            <key> <string>warnings</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
       </dictionary>
     </pickle>
   </record>
diff --git a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradePortalTypePropertySheet.xml b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradePortalTypePropertySheet.xml
index 74b0dceaa69abbcbff4001d1b759fb38dc18df92..2e86645a4f0e389b99b4cf3c6861c5d9917d18e2 100644
--- a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradePortalTypePropertySheet.xml
+++ b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/ERP5Site_upgradePortalTypePropertySheet.xml
@@ -66,87 +66,24 @@ for expected_property_sheet, portal_type_id_list in portal_type_property_sheet_l
   for pt in portal_type_list:\n
     property_sheet_list = pt.getTypePropertySheetList()\n
     if expected_property_sheet not in pt.getTypePropertySheetList():\n
-      message_list.append("%s doesn\'t has %s associated." % (pt.getId(), expected_property_sheet))\n
       if upgrade:\n
         property_sheet_list.append(expected_property_sheet)\n
         pt.setTypePropertySheet(property_sheet_list)\n
         message_list.append("Associate PropertySheet %s into Portal Type %s." % (expected_property_sheet,pt.getId()))\n
+      else:\n
+        message_list.append("%s doesn\'t has %s associated." % (pt.getId(), expected_property_sheet))\n
 \n
 return message_list\n
 </string> </value>
         </item>
-        <item>
-            <key> <string>_code</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
         <item>
             <key> <string>_params</string> </key>
             <value> <string>upgrade=0</string> </value>
         </item>
-        <item>
-            <key> <string>errors</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>func_code</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>co_argcount</string> </key>
-                        <value> <int>1</int> </value>
-                    </item>
-                    <item>
-                        <key> <string>co_varnames</string> </key>
-                        <value>
-                          <tuple>
-                            <string>upgrade</string>
-                            <string>message_list</string>
-                            <string>_getattr_</string>
-                            <string>context</string>
-                            <string>portal_type_property_sheet_list</string>
-                            <string>_getiter_</string>
-                            <string>expected_property_sheet</string>
-                            <string>portal_type_id_list</string>
-                            <string>portal_type_list</string>
-                            <string>portal_type_to_fix</string>
-                            <string>pt</string>
-                            <string>property_sheet_list</string>
-                          </tuple>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>func_defaults</string> </key>
-            <value>
-              <tuple>
-                <int>0</int>
-              </tuple>
-            </value>
-        </item>
         <item>
             <key> <string>id</string> </key>
             <value> <string>ERP5Site_upgradePortalTypePropertySheet</string> </value>
         </item>
-        <item>
-            <key> <string>warnings</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
       </dictionary>
     </pickle>
   </record>
diff --git a/bt5/erp5_upgrader/bt/revision b/bt5/erp5_upgrader/bt/revision
index 55a318f19d9be5830ef50c209e49d77e1896a772..8d28c8c9eb36c9506c93c4fafdfea7639b7633e0 100644
--- a/bt5/erp5_upgrader/bt/revision
+++ b/bt5/erp5_upgrader/bt/revision
@@ -1 +1 @@
-551
\ No newline at end of file
+554
\ No newline at end of file