Commit bced8ea9 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from InvoiceLine_quantityView.form to InvoiceLine_viewQuantity.form.


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