[Erp5-report] r33465 kazuhiko - in /erp5/trunk/bt5/erp5_simulation: PathTemplateItem/busine...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 5 17:23:15 CET 2010


Author: kazuhiko
Date: Fri Mar  5 17:23:13 2010
New Revision: 33465

URL: http://svn.erp5.org?rev=33465&view=rev
Log:
add the 'order' trade phase and the 'order' business path.

Added:
    erp5/trunk/bt5/erp5_simulation/PathTemplateItem/business_process_module/erp5_default_business_process/order.xml
    erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_categories/trade_phase/default/order.xml
Modified:
    erp5/trunk/bt5/erp5_simulation/bt/revision

Added: erp5/trunk/bt5/erp5_simulation/PathTemplateItem/business_process_module/erp5_default_business_process/order.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PathTemplateItem/business_process_module/erp5_default_business_process/order.xml?rev=33465&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PathTemplateItem/business_process_module/erp5_default_business_process/order.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/PathTemplateItem/business_process_module/erp5_default_business_process/order.xml [utf8] Fri Mar  5 17:23:13 2010
@@ -1,0 +1,131 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="BusinessPath" module="Products.ERP5Type.Document.BusinessPath"/>
+        <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>categories</string> </key>
+            <value>
+              <tuple>
+                <string>successor/business_process_module/erp5_default_business_process/ordered</string>
+                <string>trade_phase/default/order</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>completed_state</string> </key>
+            <value>
+              <tuple>
+                <string>delivered</string>
+                <string>started</string>
+                <string>stopped</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>deliverable</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>destination_method_id</string> </key>
+            <value> <string>BusinessPath_getDefaultDestinationList</string> </value>
+        </item>
+        <item>
+            <key> <string>frozen_state</string> </key>
+            <value>
+              <tuple>
+                <string>delivered</string>
+                <string>stopped</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>order</string> </value>
+        </item>
+        <item>
+            <key> <string>int_index</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Business Path</string> </value>
+        </item>
+        <item>
+            <key> <string>source_method_id</string> </key>
+            <value> <string>BusinessPath_getDefaultSourceList</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>order</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_categories/trade_phase/default/order.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_categories/trade_phase/default/order.xml?rev=33465&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_categories/trade_phase/default/order.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_categories/trade_phase/default/order.xml [utf8] Fri Mar  5 17:23:13 2010
@@ -1,0 +1,27 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="Category" module="Products.ERP5Type.Document.Category"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>order</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Category</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>order</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=33465&r1=33464&r2=33465&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Fri Mar  5 17:23:13 2010
@@ -1,1 +1,1 @@
-60
+61




More information about the Erp5-report mailing list