From 2904e7185ae9ec462c5ed3667a873d44428bad20 Mon Sep 17 00:00:00 2001
From: Lucas Carvalho <lucas@nexedi.com>
Date: Thu, 7 Apr 2011 19:24:03 +0000
Subject: [PATCH] 2011-04-07 lucas * Update XML format of
 PortalTypeTemplateItem.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45193 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_types/Account%20Configurator%20Item.xml        | 2 +-
 .../Accounting%20Period%20Configurator%20Item.xml         | 2 +-
 .../portal_types/Business%20Configuration%20Module.xml    | 2 +-
 .../portal_types/Business%20Configuration.xml             | 8 +++++++-
 .../Catalog%20Keyword%20Key%20Configurator%20Item.xml     | 2 +-
 .../portal_types/Category%20Configurator%20Item.xml       | 2 +-
 .../portal_types/Configuration%20Save.xml                 | 2 +-
 .../portal_types/Configurator%20Tool.xml                  | 2 +-
 .../portal_types/Currency%20Configurator%20Item.xml       | 2 +-
 .../portal_types/Customer%20BT5%20Configurator%20Item.xml | 2 +-
 .../Export%20Customer%20BT5%20Configurator%20Item.xml     | 2 +-
 .../portal_types/Organisation%20Configurator%20Item.xml   | 2 +-
 .../portal_types/Permission%20Configurator%20Item.xml     | 2 +-
 .../portal_types/Person%20Configurator%20Item.xml         | 2 +-
 .../portal_types/Portal%20Type%20Configurator%20Item.xml  | 2 +-
 .../portal_types/Preference%20Configurator%20Item.xml     | 2 +-
 .../portal_types/Role%20Configurator%20Item.xml           | 2 +-
 .../portal_types/Service%20Configurator%20Item.xml        | 2 +-
 .../Site%20Property%20Configurator%20Item.xml             | 2 +-
 .../portal_types/Standard%20BT5%20Configurator%20Item.xml | 2 +-
 .../System%20Preference%20Configurator%20Item.xml         | 2 +-
 .../Trash%20Fake%20Site%20Configurator%20Item.xml         | 2 +-
 .../Workflow%20Security%20Configurator%20Item.xml         | 2 +-
 23 files changed, 29 insertions(+), 23 deletions(-)

diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Account%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Account%20Configurator%20Item.xml
index 3f0b0fde6e..8d6d0742f9 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Account%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Account%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Accounting%20Period%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Accounting%20Period%20Configurator%20Item.xml
index c0d7785a40..051ef3c7db 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Accounting%20Period%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Accounting%20Period%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration%20Module.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration%20Module.xml
index cb5a578f7e..e31d749371 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration%20Module.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration%20Module.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration.xml
index 1fa801b88d..1645561f48 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Business%20Configuration.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -81,6 +81,12 @@
             <key> <string>type_class</string> </key>
             <value> <string>BusinessConfiguration</string> </value>
         </item>
+        <item>
+            <key> <string>type_interface</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
         <item>
             <key> <string>type_mixin</string> </key>
             <value>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Catalog%20Keyword%20Key%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Catalog%20Keyword%20Key%20Configurator%20Item.xml
index a3f31f6d2e..0252f30d9b 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Catalog%20Keyword%20Key%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Catalog%20Keyword%20Key%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Category%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Category%20Configurator%20Item.xml
index a1fcdb8df6..0213709fd3 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Category%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Category%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configuration%20Save.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configuration%20Save.xml
index 5e26eacbea..23d1c58491 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configuration%20Save.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configuration%20Save.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configurator%20Tool.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configurator%20Tool.xml
index 4be61e9193..5c15f8ea39 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configurator%20Tool.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Configurator%20Tool.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Currency%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Currency%20Configurator%20Item.xml
index 21b8bc7ab4..bae8f933a9 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Currency%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Currency%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Customer%20BT5%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Customer%20BT5%20Configurator%20Item.xml
index 74839fdd26..e4004328ce 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Customer%20BT5%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Customer%20BT5%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Export%20Customer%20BT5%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Export%20Customer%20BT5%20Configurator%20Item.xml
index 4d687cfb1b..7ff786bc44 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Export%20Customer%20BT5%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Export%20Customer%20BT5%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Organisation%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Organisation%20Configurator%20Item.xml
index e0498f26cf..ef630ac894 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Organisation%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Organisation%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Permission%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Permission%20Configurator%20Item.xml
index 981f8d97da..62438f148c 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Permission%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Permission%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Person%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Person%20Configurator%20Item.xml
index 1136e4226f..06732924e8 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Person%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Person%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Configurator%20Item.xml
index 91845be04e..445d249cfe 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Preference%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Preference%20Configurator%20Item.xml
index 9c482ccd77..0f6ade8f2b 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Preference%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Preference%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Role%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Role%20Configurator%20Item.xml
index 2f4fb0cd94..4c7a04ac34 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Role%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Role%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Service%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Service%20Configurator%20Item.xml
index 7c92866bb9..644635211a 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Service%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Service%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Site%20Property%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Site%20Property%20Configurator%20Item.xml
index a6e54872ae..e49b9902b9 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Site%20Property%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Site%20Property%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Standard%20BT5%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Standard%20BT5%20Configurator%20Item.xml
index 0e3bc1a99f..27c9444516 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Standard%20BT5%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Standard%20BT5%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/System%20Preference%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/System%20Preference%20Configurator%20Item.xml
index 55f42160c8..7de72e4178 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/System%20Preference%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/System%20Preference%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Trash%20Fake%20Site%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Trash%20Fake%20Site%20Configurator%20Item.xml
index b0eed91e64..830d6778f9 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Trash%20Fake%20Site%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Trash%20Fake%20Site%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
diff --git a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Workflow%20Security%20Configurator%20Item.xml b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Workflow%20Security%20Configurator%20Item.xml
index 492cf6c2a1..a383af1fd9 100644
--- a/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Workflow%20Security%20Configurator%20Item.xml
+++ b/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Workflow%20Security%20Configurator%20Item.xml
@@ -2,7 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+      <global name="Base Type" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
-- 
2.30.9