Commit 104b57c3 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from InvoiceLine_priceView.form to InvoiceLine_viewPrice.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1690 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 56343138
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<form> <form>
<title>Price of Invoice Line</title> <title>Price of Invoice Line</title>
<row_length>4</row_length> <row_length>4</row_length>
<name>InvoiceLine_priceView</name> <name>InvoiceLine_viewPrice</name>
<pt>form_view</pt> <pt>form_view</pt>
<action>base_edit</action> <action>Base_edit</action>
<update_action></update_action> <update_action></update_action>
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
...@@ -87,9 +87,9 @@ ...@@ -87,9 +87,9 @@
<update_cell_range type="int">1</update_cell_range> <update_cell_range type="int">1</update_cell_range>
</values> </values>
<tales> <tales>
<columns>python:here.order_line_matrix_item_list(base_category_list = ('taille',), base=1)</columns> <columns>python:here.OrderLine_getMatrixItemlist(base_category_list = ('taille',), base=1)</columns>
<lines>python:here.order_line_matrix_item_list(base_category_list = ('coloris','variante'), base=1)</lines> <lines>python:here.OrderLine_getMatrixItemlist(base_category_list = ('coloris','variante'), base=1)</lines>
<tabs>python:here.order_line_matrix_item_list(base_category_list = ('taille','coloris','variante'), base=1, include=0)</tabs> <tabs>python:here.OrderLine_getMatrixItemlist(base_category_list = ('taille','coloris','variante'), base=1, include=0)</tabs>
</tales> </tales>
<messages> <messages>
<message name="external_validator_failed">The input failed the external validator.</message> <message name="external_validator_failed">The input failed the external validator.</message>
...@@ -345,4 +345,4 @@ ...@@ -345,4 +345,4 @@
</fields> </fields>
</group> </group>
</groups> </groups>
</form> </form>
\ 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