[Erp5-report] r7176 - in /erp5/trunk/bt5/erp5_trade: ActionTemplateItem/portal_types/Purcha...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 11 01:52:55 CEST 2006


Author: jerome
Date: Thu May 11 01:52:50 2006
New Revision: 7176

URL: http://svn.erp5.org?rev=7176&view=rev
Log:
Added a jump to realted order from purchase packing list 

Added:
    erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/jump_related_purchase_order.xml
Modified:
    erp5/trunk/bt5/erp5_trade/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/jump_related_purchase_order.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%2520Packing%2520List/jump_related_purchase_order.xml?rev=7176&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/jump_related_purchase_order.xml (added)
+++ erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/jump_related_purchase_order.xml Thu May 11 01:52:50 2006
@@ -1,0 +1,118 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.ActionInformation</string>
+          <string>ActionInformation</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_jump</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>jump_related_purchase_order</string> </value>
+        </item>
+        <item>
+            <key> <string>optional</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>7.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Related Purchase Order</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string encoding="cdata"><![CDATA[
+
+string:${object_url}/Base_jumpToRelationObject?base_category=causality&portal_type=Purchase+Order
+
+]]></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:object.getCausality(portal_type=\'Purchase Order\')</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/template_action_path_list?rev=7176&r1=7175&r2=7176&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_trade/bt/template_action_path_list Thu May 11 01:52:50 2006
@@ -117,6 +117,7 @@
 Purchase Packing List | choose_solve_actions
 Purchase Packing List | history
 Purchase Packing List | jump_related_purchase_invoice
+Purchase Packing List | jump_related_purchase_order
 Purchase Packing List | metadata
 Purchase Packing List | print
 Purchase Packing List | view
@@ -285,4 +286,4 @@
 Supply Line | print
 Supply Line | surcharge_ratio
 Supply Line | variable_additional_price
-Supply Line | view
+Supply Line | view




More information about the Erp5-report mailing list