[IMP] account : Added many2many tag on tax lines.

bzr revid: mdi@tinyerp.com-20120606070331-132s8sivnei67t41
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-06 12:33:31 +05:30
parent c442f82a05
commit 74b251a733
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@
<page string="Invoice">
<field colspan="4" name="invoice_line" nolabel="1" widget="one2many_list" context="{'type': type}"/>
<group col="1" colspan="2">
<field name="tax_line" nolabel="1">
<field name="tax_line" nolabel="1" widget="many2many_tags">
<tree editable="bottom" string="Taxes">
<field name="name"/>
<field name="account_id" groups="account.group_account_user"/>