[FIX] account: Add company column in taxes list

lp bug: https://launchpad.net/bugs/782293 fixed

bzr revid: ara@tinyerp.com-20110517093101-sp07bvmf6xno9rjf
This commit is contained in:
Stéphane Bidoul 2011-05-17 15:01:01 +05:30 committed by ARA (OpenERP)
parent 8bed1f4c7b
commit dae3189fda
1 changed files with 1 additions and 0 deletions

View File

@ -897,6 +897,7 @@
<field name="name"/>
<field name="price_include" groups="base.group_extended"/>
<field name="description"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
</tree>
</field>
</record>