Browse Source

Fix multiple tabs "contact information"

12.0
Denis Leemann 8 years ago
committed by Tima
parent
commit
f21cd74b9b
  1. 4
      partner_contact_nationality/views/res_partner.xml

4
partner_contact_nationality/views/res_partner.xml

@ -8,8 +8,8 @@
<field name="inherit_id" ref="partner_contact_personal_information_page.personal_information"/>
<field name="arch" type="xml">
<data>
<xpath expr="//page[@name='personal_information_page']/group[@name='personal_information_group']">
<field name='nationality_id'/>
<xpath expr="//group[@name='personal_information_group']">
<field name="gender"/>
</xpath>
</data>
</field>

Loading…
Cancel
Save