[IMP] Membership: improve tax as m2m_tags

bzr revid: dbr@tinyerp.com-20120626104824-uwv8bjefgn03mfgq
This commit is contained in:
DBR (OpenERP) 2012-06-26 16:18:24 +05:30
parent fd7345af91
commit 41c0355b4f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
domain="[('type', '!=', 'view')]" />
</group>
</group>
<field name="taxes_id" nolabel="1" colspan="4" />
<field name="taxes_id" widget="many2many_tags"/>
<group>
<field name="company_id"
groups="base.group_multi_company"