From 9b78751adcf459ed6b0dcca6ecb3db1274eb5c9e Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Tue, 6 Nov 2007 16:34:18 +0000
Subject: [PATCH] forgot to update group_type_list in r17420, sorry

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17421 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_types/Delivery%20Rule.xml              | 15 +++++++++------
 .../portal_types/Order%20Rule.xml                 | 15 +++++++++------
 2 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Delivery%20Rule.xml b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Delivery%20Rule.xml
index 94d0d7c182..55a04ace0e 100644
--- a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Delivery%20Rule.xml
+++ b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Delivery%20Rule.xml
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.ERP5Type</string>
-          <string>ERP5TypeInformation</string>
-        </tuple>
-        <none/>
+        <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -81,7 +78,9 @@
         <item>
             <key> <string>group_list</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>rule</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -98,6 +97,10 @@
             <key> <string>init_script</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
diff --git a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order%20Rule.xml b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order%20Rule.xml
index 27d78a74cd..af9c5b70dd 100644
--- a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order%20Rule.xml
+++ b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Order%20Rule.xml
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.ERP5Type</string>
-          <string>ERP5TypeInformation</string>
-        </tuple>
-        <none/>
+        <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -81,7 +78,9 @@
         <item>
             <key> <string>group_list</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>rule</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -98,6 +97,10 @@
             <key> <string>init_script</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
-- 
2.30.9