Commit bd598362 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from PaySheetLine_quantityView.form to PaySheetLine_viewQuantity.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1605 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 720a7031
......@@ -5,7 +5,7 @@
<row_length>4</row_length>
<name>pay_sheet_line_quantity_view</name>
<pt>form_view</pt>
<action>base_edit</action>
<action>Base_edit</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
......@@ -101,9 +101,9 @@
<viewable_role type="list">[]</viewable_role>
</values>
<tales>
<columns>python:here.order_line_matrix_item_list(base_category_list = ('salary_range', 'taille',), base=1)</columns>
<lines>python:here.order_line_matrix_item_list(base_category_list = ('tax_category', 'coloris','variante'), base=1)</lines>
<tabs>python:here.order_line_matrix_item_list(base_category_list = ('salary_range','tax_category', 'taille','coloris','variante'), base=1, include=0)</tabs>
<columns>python:here.OrderLine_getMatrixItemlist(base_category_list = ('salary_range', 'taille',), base=1)</columns>
<lines>python:here.OrderLine_getMatrixItemlist(base_category_list = ('tax_category', 'coloris','variante'), base=1)</lines>
<tabs>python:here.OrderLine_getMatrixItemlist(base_category_list = ('salary_range','tax_category', 'taille','coloris','variante'), base=1, include=0)</tabs>
<update_cell_range>here/DeliveryLine_asCellRange</update_cell_range>
</tales>
<messages>
......
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