Commit ae032f6d authored by Jérome Perrin's avatar Jérome Perrin

improve organisation jump method to filter the list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5294 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f0eabfe
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>optional</string> </key> <key> <string>optional</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${portal_url}/purchase_order_module/view</string> </value> <value> <string encoding="cdata"><![CDATA[
string:${portal_url}/purchase_order_module/view?reset:int=1&default_source_title=${object/getTitle}
]]></string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>optional</string> </key> <key> <string>optional</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${portal_url}/purchase_packing_list_module/view</string> </value> <value> <string encoding="cdata"><![CDATA[
string:${portal_url}/purchase_packing_list_module/view?reset:int=1&default_source_title=${object/getTitle}
]]></string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>optional</string> </key> <key> <string>optional</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${portal_url}/sale_order_module/view</string> </value> <value> <string encoding="cdata"><![CDATA[
string:${portal_url}/sale_order_module/view?reset:int=1&default_destination_title=${object/getTitle}
]]></string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>optional</string> </key> <key> <string>optional</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${portal_url}/sale_packing_list_module/view</string> </value> <value> <string encoding="cdata"><![CDATA[
string:${portal_url}/sale_packing_list_module/view?reset:int=1&default_destination_title=${object/getTitle}
]]></string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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