[Erp5-report] r17416 - in /erp5/trunk/bt5/erp5_accounting_ui_test: PathTemplateItem/organis...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 6 16:18:36 CET 2007


Author: jerome
Date: Tue Nov  6 16:18:35 2007
New Revision: 17416

URL: http://svn.erp5.org?rev=17416&view=rev
Log:
Set a region on all organisations

Modified:
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/1.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/2.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_2.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation/my_bank.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/supplier.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1.xml Tue Nov  6 16:18:35 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.Organisation</string>
-          <string>Organisation</string>
-        </tuple>
-        <none/>
+        <global name="Organisation" module="Products.ERP5Type.Document.Organisation"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -20,9 +17,18 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
                 <string>Manager</string>
-                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Manager</string>
               </tuple>
             </value>
         </item>
@@ -32,9 +38,8 @@
               <tuple>
                 <string>Assignee</string>
                 <string>Assignor</string>
-                <string>Author</string>
+                <string>Associate</string>
                 <string>Manager</string>
-                <string>Owner</string>
               </tuple>
             </value>
         </item>
@@ -46,9 +51,7 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
                 <string>Manager</string>
-                <string>Owner</string>
               </tuple>
             </value>
         </item>
@@ -80,6 +83,14 @@
             <key> <string>_tree</string> </key>
             <value>
               <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>region/region</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -115,25 +126,13 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.Length</string>
-          <string>Length</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="Length" module="BTrees.Length"/>
     </pickle>
     <pickle> <int>0</int> </pickle>
   </record>
   <record id="3" aka="AAAAAAAAAAM=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.OOBTree</string>
-          <string>OOBTree</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
     </pickle>
     <pickle>
       <none/>
@@ -141,13 +140,7 @@
   </record>
   <record id="4" aka="AAAAAAAAAAQ=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.OOBTree</string>
-          <string>OOBTree</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
     </pickle>
     <pickle>
       <none/>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/1.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/1.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/1.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/1.xml Tue Nov  6 16:18:35 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.File</string>
-          <string>File</string>
-        </tuple>
-        <none/>
+        <global name="File" module="Products.ERP5Type.Document.File"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/2.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/2.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/2.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_1/2.xml Tue Nov  6 16:18:35 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.Image</string>
-          <string>Image</string>
-        </tuple>
-        <none/>
+        <global name="Image" module="Products.ERP5Type.Document.Image"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_2.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_2.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_2.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/client_2.xml Tue Nov  6 16:18:35 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.Organisation</string>
-          <string>Organisation</string>
-        </tuple>
-        <none/>
+        <global name="Organisation" module="Products.ERP5Type.Document.Organisation"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -20,9 +17,18 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
                 <string>Manager</string>
-                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Manager</string>
               </tuple>
             </value>
         </item>
@@ -32,9 +38,8 @@
               <tuple>
                 <string>Assignee</string>
                 <string>Assignor</string>
-                <string>Author</string>
+                <string>Associate</string>
                 <string>Manager</string>
-                <string>Owner</string>
               </tuple>
             </value>
         </item>
@@ -46,9 +51,7 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
                 <string>Manager</string>
-                <string>Owner</string>
               </tuple>
             </value>
         </item>
@@ -80,6 +83,14 @@
             <key> <string>_tree</string> </key>
             <value>
               <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>region/region</string>
+              </tuple>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation.xml Tue Nov  6 16:18:35 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.Organisation</string>
-          <string>Organisation</string>
-        </tuple>
-        <none/>
+        <global name="Organisation" module="Products.ERP5Type.Document.Organisation"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -20,9 +17,18 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
-                <string>Manager</string>
-                <string>Owner</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Manager</string>
               </tuple>
             </value>
         </item>
@@ -32,9 +38,8 @@
               <tuple>
                 <string>Assignee</string>
                 <string>Assignor</string>
-                <string>Author</string>
-                <string>Manager</string>
-                <string>Owner</string>
+                <string>Associate</string>
+                <string>Manager</string>
               </tuple>
             </value>
         </item>
@@ -46,9 +51,7 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
-                <string>Manager</string>
-                <string>Owner</string>
+                <string>Manager</string>
               </tuple>
             </value>
         </item>
@@ -89,6 +92,7 @@
                 <string>group/demo_group/sub1</string>
                 <string>role/internal</string>
                 <string>price_currency/currency_module/euro</string>
+                <string>region/region</string>
               </tuple>
             </value>
         </item>
@@ -236,25 +240,13 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.Length</string>
-          <string>Length</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="Length" module="BTrees.Length"/>
     </pickle>
     <pickle> <int>0</int> </pickle>
   </record>
   <record id="3" aka="AAAAAAAAAAM=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.OOBTree</string>
-          <string>OOBTree</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
     </pickle>
     <pickle>
       <none/>
@@ -262,13 +254,7 @@
   </record>
   <record id="4" aka="AAAAAAAAAAQ=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.OOBTree</string>
-          <string>OOBTree</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
     </pickle>
     <pickle>
       <none/>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation/my_bank.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation/my_bank.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation/my_bank.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/my_organisation/my_bank.xml Tue Nov  6 16:18:35 2007
@@ -3,15 +3,66 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.BankAccount</string>
-          <string>BankAccount</string>
-        </tuple>
-        <none/>
+        <global name="BankAccount" module="Products.ERP5Type.Document.BankAccount"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
+        <item>
+            <key> <string>_Access_contents_information_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Auditor</string>
+                <string>Author</string>
+                <string>Manager</string>
+                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Author</string>
+                <string>Manager</string>
+                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Modify_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Author</string>
+                <string>Manager</string>
+                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_View_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Auditor</string>
+                <string>Author</string>
+                <string>Manager</string>
+                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
         <item>
             <key> <string>__ac_local_roles__</string> </key>
             <value>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/supplier.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/supplier.xml?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/supplier.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/organisation_module/supplier.xml Tue Nov  6 16:18:35 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Type.Document.Organisation</string>
-          <string>Organisation</string>
-        </tuple>
-        <none/>
+        <global name="Organisation" module="Products.ERP5Type.Document.Organisation"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -20,9 +17,18 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
                 <string>Manager</string>
-                <string>Owner</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Associate</string>
+                <string>Manager</string>
               </tuple>
             </value>
         </item>
@@ -32,9 +38,8 @@
               <tuple>
                 <string>Assignee</string>
                 <string>Assignor</string>
-                <string>Author</string>
+                <string>Associate</string>
                 <string>Manager</string>
-                <string>Owner</string>
               </tuple>
             </value>
         </item>
@@ -46,9 +51,7 @@
                 <string>Assignor</string>
                 <string>Associate</string>
                 <string>Auditor</string>
-                <string>Author</string>
                 <string>Manager</string>
-                <string>Owner</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision?rev=17416&r1=17415&r2=17416&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision Tue Nov  6 16:18:35 2007
@@ -1,1 +1,1 @@
-53
+54




More information about the Erp5-report mailing list