[IMP]: Account_voucher : Company_id field made visible on top panel

bzr revid: rha@tinyerp.com-20110225074610-wypiuy2bcd6g9swe
This commit is contained in:
Rifakat Haradwala (Open ERP) 2011-02-25 13:16:10 +05:30
parent e086688440
commit feba9e68d6
1 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,7 @@
<field name="journal_id" widget="selection" select="1" on_change="onchange_journal_voucher(line_ids, tax_id, amount, partner_id, journal_id, type)"/>
<field name="type" required="1"/>
<field name="name" colspan="2"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="reference" select="1"/>
<field name="account_id" widget="selection" invisible="True"/>
</group>
@ -79,7 +80,6 @@
</page>
<page string="Journal Items" groups="base.group_extended" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4">
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="period_id"/>
<field name="audit"/>
</group>
@ -97,7 +97,7 @@
<field name="state"/>
<field name="reconcile_id"/>
</tree>
</field>
</field>
</page>
</notebook>
<group col="10" colspan="4">