[MERGE] [IMP] account_payment: remove widget=selection (was forcing the preloading of every partner for an invisible field)

bzr revid: mat@openerp.com-20131218144617-pq3oy121rxaxiu5r
This commit is contained in:
Martin Trigaux 2013-12-18 15:46:17 +01:00
commit fe5383f0e2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<field name="journal"/>
<field name="bank_id" domain="[('partner_id','=',partner_id)]" />
<field name="company_id" widget='selection' groups="base.group_multi_company" on_change="onchange_company_id(company_id)"/>
<field name="partner_id" widget='selection' invisible="1"/>
<field name="partner_id" invisible="1"/>
</group>
</form>
</field>