[FIX] account: allow ordering of lines on all invoices (opw#590277)

bzr revid: mat@openerp.com-20130920095026-qv0o2ohcys8druf5
This commit is contained in:
Martin Trigaux 2013-09-20 11:50:26 +02:00
commit a2d726354b
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@
<page string="Invoice Lines">
<field name="invoice_line" nolabel="1" widget="one2many_list" context="{'type': type}">
<tree string="Invoice Lines" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="product_id"
on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.currency_id, context, parent.company_id)"/>
<field name="name"/>