l10n_ro: fix the inherit of res.partner form

Since it needs to supplement the "vat" field, it should reference the
inherited "base_vat.view_partner_form" that introduces it, rather than
the "base.view_partner_form" that doesn't have it.

bzr revid: p_christ@hol.gr-20101207133644-0z0fc1b3h53u23fx
This commit is contained in:
P. Christeas 2010-12-07 15:36:44 +02:00
parent 082b1a5872
commit edb16c16de
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<data>
<record model="ir.ui.view" id="res_partner_form_ro">
<field name="name">res.partner.form.ro</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="inherit_id" ref="base_vat.view_partner_form"/>
<field name="model">res.partner</field>
<field name="type">form</field>
<field name="arch" type="xml">