[FIX] account: show the product on the account.invoice.line

bzr revid: stw@openerp.com-20120809102431-mxzx6c2iagwjp28f
This commit is contained in:
Stephane Wirtel 2012-08-09 12:24:31 +02:00
parent 80d8c2c866
commit 6aad16cf6b
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@
<field name="invoice_line" nolabel="1" widget="one2many_list" context="{'type': type}">
<tree string="Invoice Lines" editable="bottom">
<field name="invoice_line_tax_id" invisible="1"/>
<field name="product_id" invisible="1"/>
<field name="product_id" />
<field name="name"/>
<field name="account_id" groups="account.group_account_user"
domain="[('company_id', '=', parent.company_id), ('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view')]"