[UPDATE]UPDATE

This commit is contained in:
zainab8585 2024-08-12 14:40:57 +02:00
parent 733ee161e4
commit facb97d11e
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
<field name="arch" type="xml">
<field name="title" position="after">
<field name="commercial_register" attrs="{'invisible':[('company_type','=','person')]}"/>
<field name="other_id_type" attrs="{'invisible':[('company_type','=','company')]}"/>
<field name="id_number" attrs="{'invisible':[('company_type','=','company')]}"/>
<field name="other_id_type" group="account.group_account_invoice" attrs="{'invisible':[('company_type','=','company')]}"/>
<field name="id_number" group="account.group_account_invoice" attrs="{'invisible':[('company_type','=','company')]}"/>
</field>
</field>
</record>