[IMP] account:-In chart of accounts,moved the company_id field after the company currency field

bzr revid: mtr@mtr-20100827063646-6le7xhr65l4zmwsd
This commit is contained in:
mtr 2010-08-27 12:06:46 +05:30
parent 3690da3b9b
commit 018a7b1c80
1 changed files with 1 additions and 1 deletions

View File

@ -242,8 +242,8 @@
<field name="debit"/>
<field name="credit"/>
<field name="balance"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="company_currency_id"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="type"/>
</tree>
</field>