[Erp5-report] r19188 - in /erp5/trunk/bt5/erp5_trade: ActionTemplateItem/portal_types/Purch...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 8 16:50:44 CET 2008


Author: alex
Date: Fri Feb  8 16:50:43 2008
New Revision: 19188

URL: http://svn.erp5.org?rev=19188&view=rev
Log:
add order_print action on purchase order

Added:
    erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Order/order_print.xml
Modified:
    erp5/trunk/bt5/erp5_trade/bt/revision
    erp5/trunk/bt5/erp5_trade/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Order/order_print.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%2520Order/order_print.xml?rev=19188&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Order/order_print.xml (added)
+++ erp5/trunk/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Order/order_print.xml Fri Feb  8 16:50:43 2008
@@ -1,0 +1,83 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </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_print</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </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>order_print</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>1.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Print 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>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/PurchaseOrder_viewODTPrintDialog</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=19188&r1=19187&r2=19188&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Fri Feb  8 16:50:43 2008
@@ -1,1 +1,1 @@
-176
+177

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=19188&r1=19187&r2=19188&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_trade/bt/template_action_path_list Fri Feb  8 16:50:43 2008
@@ -35,6 +35,7 @@
 Purchase Order Module | view
 Purchase Order | apply_trade_condition
 Purchase Order | jump_to_related_purchase_packing_list
+Purchase Order | order_print
 Purchase Order | payment_condition
 Purchase Order | profile_view
 Purchase Order | view




More information about the Erp5-report mailing list