Commit 53af5925 authored by Jérome Perrin's avatar Jérome Perrin

Add a jump action Purchase Invoice -> Purchase Packing List

Fix jump action Sale Invoice -> Sale Packing List

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20743 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c07bb6e1
<?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_jump</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>jump_to_related_purchase_packing_list</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>8.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Related Purchase Packing List</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 encoding="cdata"><![CDATA[
string:${object_url}/Base_jumpToRelatedObject?base_category=causality&related:int=0&portal_type=Purchase+Packing+List
]]></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -23,13 +23,11 @@ ...@@ -23,13 +23,11 @@
</item> </item>
<item> <item>
<key> <string>category</string> </key> <key> <string>category</string> </key>
<value> <string>python:object.getCausalityValue(portal_type = \'Sale Packing List\') is not None</string> </value> <value> <string>object_jump</string> </value>
</item> </item>
<item> <item>
<key> <string>condition</string> </key> <key> <string>condition</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -57,7 +55,7 @@ ...@@ -57,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Related Packing List</string> </value> <value> <string>Related Sale Packing List</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
...@@ -77,23 +75,11 @@ ...@@ -77,23 +75,11 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python:object.getCausality(portal_type = \'Sale Packing List\')</string> </value> <value> <string encoding="cdata"><![CDATA[
</item>
</dictionary> string:${object_url}/Base_jumpToRelatedObject?base_category=causality&related:int=0&portal_type=Sale+Packing+List
</pickle>
</record> ]]></string> </value>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.getCausalityValue(portal_type = \'Sale Packing List\') is not None</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
78 79
\ No newline at end of file \ No newline at end of file
...@@ -5,6 +5,7 @@ Invoice Transaction Rule | divergence ...@@ -5,6 +5,7 @@ Invoice Transaction Rule | divergence
Invoice Transaction Rule | view Invoice Transaction Rule | view
Invoicing Rule | view Invoicing Rule | view
Purchase Invoice Transaction | apply_trade_condition Purchase Invoice Transaction | apply_trade_condition
Purchase Invoice Transaction | jump_to_related_purchase_packing_list
Purchase Invoice Transaction | view_discount Purchase Invoice Transaction | view_discount
Purchase Invoice Transaction | view_invoice Purchase Invoice Transaction | view_invoice
Purchase Invoice Transaction | view_tax Purchase Invoice Transaction | view_tax
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment