Commit 00f13e99 authored by Jérome Perrin's avatar Jérome Perrin

rename dialog and scripts to associate items to a delivery line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27150 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95f2589c
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
<tuple> <tuple>
<string>View</string> <string>Modify portal content</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/SalePackingList_viewSelectItemFastInputDialog</string> </value> <value> <string>string:${object_url}/DeliveryLine_viewSelectItemListDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -171,7 +171,7 @@ return result\n ...@@ -171,7 +171,7 @@ return result\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SalePackingList_getSelectFastInputItemList</string> </value> <value> <string>DeliveryLine_getSelectableItemList</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
...@@ -173,7 +173,7 @@ return context.Base_redirect(form_id, keep_items=dict(\n ...@@ -173,7 +173,7 @@ return context.Base_redirect(form_id, keep_items=dict(\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SalePackingList_setItemForSelectFastInputList</string> </value> <value> <string>DeliveryLine_selectItemList</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
...@@ -177,7 +177,7 @@ return context.SalePackingList_viewSelectItemFastInputDialog(**kw)\n ...@@ -177,7 +177,7 @@ return context.SalePackingList_viewSelectItemFastInputDialog(**kw)\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SalePackingList_updateSelectItemFastInputDialog</string> </value> <value> <string>DeliveryLine_updateSelectItemListDialog</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</item> </item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>SalePackingList_setItemForSelectFastInputList</string> </value> <value> <string>DeliveryLine_selectItemList</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</item> </item>
<item> <item>
<key> <string>enctype</string> </key> <key> <string>enctype</string> </key>
<value> <string>application/x-www-form-urlencoded</string> </value> <value> <string>multipart/form-data</string> </value>
</item> </item>
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SalePackingList_viewSelectItemFastInputDialog</string> </value> <value> <string>DeliveryLine_viewSelectItemListDialog</string> </value>
</item> </item>
<item> <item>
<key> <string>method</string> </key> <key> <string>method</string> </key>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>SalePackingList_viewSelectItemFastInputDialog</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
</item> </item>
<item> <item>
<key> <string>update_action</string> </key> <key> <string>update_action</string> </key>
<value> <string>SalePackingList_updateSelectItemFastInputDialog</string> </value> <value> <string>DeliveryLine_updateSelectItemListDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>SalePackingList_getSelectFastInputItemList</string> </value> <value> <string>DeliveryLine_getSelectableItemList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
100 101
\ No newline at end of file \ No newline at end of file
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