From f57f509441033ba33b0b2ab1b033b887433b8da7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 30 Jan 2006 17:34:01 +0000
Subject: [PATCH] xml format change. no diffs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5434 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_types/Account%20Module.xml                       | 6 ++++++
 .../PortalTypeTemplateItem/portal_types/Account.xml         | 6 ++++++
 .../portal_types/Accounting%20Period.xml                    | 6 ++++++
 .../portal_types/Accounting%20Rule%20Cell.xml               | 6 ++++++
 .../portal_types/Accounting%20Transaction%20Line.xml        | 6 ++++++
 .../portal_types/Accounting%20Transaction%20Module.xml      | 6 ++++++
 .../portal_types/Accounting%20Transaction.xml               | 6 ++++++
 .../portal_types/Balance%20Transaction%20Line.xml           | 6 ++++++
 .../portal_types/Balance%20Transaction.xml                  | 6 ++++++
 .../PortalTypeTemplateItem/portal_types/Cash%20Register.xml | 6 ++++++
 .../PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml  | 6 ++++++
 .../PortalTypeTemplateItem/portal_types/Invoice%20Line.xml  | 6 ++++++
 .../PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml  | 6 ++++++
 .../portal_types/Invoice%20Transaction%20Rule.xml           | 6 ++++++
 .../portal_types/Invoicing%20Rule.xml                       | 6 ++++++
 .../portal_types/Payment%20Transaction.xml                  | 6 ++++++
 .../Purchase%20Invoice%20Transaction%20Line.xml             | 6 ++++++
 .../portal_types/Purchase%20Invoice%20Transaction.xml       | 6 ++++++
 .../portal_types/Sale%20Invoice%20Transaction%20Line.xml    | 6 ++++++
 .../portal_types/Sale%20Invoice%20Transaction.xml           | 6 ++++++
 20 files changed, 120 insertions(+)

diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml
index 480375d594..d7451a6fff 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml
index 4e633b22a3..03a0ada26e 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml
index add763857d..5ed47b5d86 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml
index b91ba79f0c..a40ff6aa70 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml
index 6b92459b60..29e6f90279 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml
index 6054b94973..7f6369e2b5 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml
index d5f1748250..a9772e495c 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml
index 3a93453da1..97aef74bc7 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml
index 6721893123..bbb4eaa007 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml
index bfe98cdb32..8d219b0933 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
index 495743bce4..e359c77196 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml
index deab73c021..dd9f58b6e4 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml
index c4ea8b5f99..224f7cd45d 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Rule.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Rule.xml
index 52bd0e464f..d0e780a9be 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Rule.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Rule.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoicing%20Rule.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoicing%20Rule.xml
index e3457d2403..d1c3a27425 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoicing%20Rule.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoicing%20Rule.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml
index 11adb90400..fe1490d5d7 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml
index 156f57e7fb..8906015666 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
index 0fbad07b22..1aa50c091e 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml
index 6791ad5b11..61af56e258 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
index 366e518d5d..f5dec103e7 100755
--- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
+++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
@@ -30,6 +30,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_roles</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
             <value> <int>1</int> </value>
-- 
2.30.9