Commit f8b63685 authored by Aurel's avatar Aurel

Fix scripts to follow naming convention

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32206 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cf0d1db4
......@@ -214,7 +214,7 @@ return result\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>BaseTrade_getFastInputLineList</string> </value>
<value> <string>Delivery_getFastInputLineList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -229,7 +229,7 @@ return context.Base_redirect(form_id, keep_items=dict(\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>BaseTrade_setFastInputLineList</string> </value>
<value> <string>Delivery_setFastInputLineList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -63,7 +63,7 @@
product\n
"""\n
context.log("update", "no_inventory %s" %(no_inventory))\n
result = [x.getObject() for x in context.BaseTrade_getFastInputLineList(line_portal_type=line_portal_type,\n
result = [x.getObject() for x in context.Delivery_getFastInputLineList(line_portal_type=line_portal_type,\n
no_inventory=no_inventory,\n
lines_num=10, **kw)]\n
\n
......@@ -221,7 +221,7 @@ return listbox, kw\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>BaseTrade_updateFastInputLineList</string> </value>
<value> <string>Delivery_updateFastInputLineList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>result = context.BaseTrade_getFastInputLineList(line_portal_type="Inventory Line", lines_num=10, no_inventory=True, **kw)\n
<value> <string>result = context.Delivery_getFastInputLineList(line_portal_type="Inventory Line", lines_num=10, no_inventory=True, **kw)\n
\n
return result\n
</string> </value>
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.BaseTrade_setFastInputLineList(line_portal_type="Inventory Line",\n
<value> <string>context.Delivery_setFastInputLineList(line_portal_type="Inventory Line",\n
cell_portal_type="Inventory Cell",\n
listbox=listbox,\n
form_id=form_id,\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>listbox, kw = context.BaseTrade_updateFastInputLineList(line_portal_type="Inventory Line",\n
<value> <string>listbox, kw = context.Delivery_updateFastInputLineList(line_portal_type="Inventory Line",\n
supply_cell_portal_type="Sale Supply Cell",\n
listbox=listbox,\n
no_inventory=True,\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>result = context.BaseTrade_getFastInputLineList(line_portal_type="Sale Order Line", lines_num=10, **kw)\n
<value> <string>result = context.Delivery_getFastInputLineList(line_portal_type="Sale Order Line", lines_num=10, **kw)\n
\n
return result\n
</string> </value>
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.BaseTrade_setFastInputLineList(line_portal_type="Sale Order Line",\n
<value> <string>context.Delivery_setFastInputLineList(line_portal_type="Sale Order Line",\n
cell_portal_type="Sale Order Cell",\n
listbox=listbox,\n
form_id=form_id,\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>listbox, kw = context.BaseTrade_updateFastInputLineList(line_portal_type="Sale Order Line",\n
<value> <string>listbox, kw = context.Delivery_updateFastInputLineList(line_portal_type="Sale Order Line",\n
supply_cell_portal_type="Sale Supply Cell",\n
listbox=listbox,\n
**kw)\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>result = context.BaseTrade_getFastInputLineList(line_portal_type="Sale Packing List Line", lines_num=10, **kw)\n
<value> <string>result = context.Delivery_getFastInputLineList(line_portal_type="Sale Packing List Line", lines_num=10, **kw)\n
\n
return result\n
</string> </value>
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.BaseTrade_setFastInputLineList(line_portal_type="Sale Packing List Line",\n
<value> <string>context.Delivery_setFastInputLineList(line_portal_type="Sale Packing List Line",\n
cell_portal_type="Sale Packing List Cell",\n
listbox=listbox,\n
form_id=form_id,\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>listbox, kw = context.BaseTrade_updateFastInputLineList(line_portal_type="Sale Packing List Line",\n
<value> <string>listbox, kw = context.Delivery_updateFastInputLineList(line_portal_type="Sale Packing List Line",\n
supply_cell_portal_type="Sale Supply Cell",\n
listbox=listbox,\n
**kw)\n
......
823
\ No newline at end of file
824
\ 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