Update views.xml

This commit is contained in:
zainab2097 2024-10-10 17:17:07 +03:00 committed by GitHub
parent 3892ecee4f
commit bbd41ab498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//page[1]" position="before">
<page name="personal_info" string='Personal Information'>
<page attrs="{'invisible':[('company_type', '!=', 'person')]}" name="personal_info" string='Personal Information'>
<group>
<group name="identifcation_info">
<field name="identification_type"