[FIX] account: group by parent_id on list on account.account was not working because field was not in the view

bzr revid: qdp-launchpad@tinyerp.com-20101228122125-1kw3j4cv3w2sj62k
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-12-28 13:21:25 +01:00
parent 54b0cbdc1f
commit d8bc9ff7da
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@
<field name="company_currency_id"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="type"/>
<field name="parent_id" invisible="1"/>
</tree>
</field>
</record>