[IMP] contract: Add display sequence on contract lines (#119)

This commit is contained in:
Pedro Castro Silva
2017-11-18 18:25:25 +00:00
committed by Pedro M. Baeza
parent 684fda7613
commit 2bb7d9d73d
4 changed files with 9 additions and 1 deletions

View File

@@ -60,6 +60,7 @@
<div attrs="{'invisible': [('recurring_invoices','=',False)]}">
<field name="recurring_invoice_line_ids">
<tree string="Account Analytic Lines" editable="bottom">
<field name="sequence" widget="handle" />
<field name="product_id"/>
<field name="name"/>
<field name="quantity"/>

View File

@@ -30,6 +30,7 @@
<group name="group_invoice_lines" string="Invoice Lines">
<field name="recurring_invoice_line_ids">
<tree string="Account Analytic Lines" editable="bottom">
<field name="sequence" widget="handle" />
<field name="product_id" />
<field name="name" />
<field name="quantity" />