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