commit
84769e3e3f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue