[FIX/IMP] Account_voucher : Company_id field made visible on top panel(Ref: Case 4006)

bzr revid: jvo@tinyerp.com-20110223192202-bdaz3lyi80z87is5
This commit is contained in:
Jay Vora (OpenERP) 2011-02-24 00:52:02 +05:30
parent 4345d3ec36
commit ae7987109e
1 changed files with 1 additions and 1 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>