Merge pull request #793 from expsa/dev_odex25_accounting

Dev odex25 accounting
This commit is contained in:
zainab2097 2024-08-19 12:13:44 +03:00 committed by GitHub
commit be94f0fcc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" 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 name="other_id_type" groups="account.group_account_invoice" attrs="{'invisible':[('company_type','=','company')]}"/>
<field name="id_number" groups="account.group_account_invoice" attrs="{'invisible':[('company_type','=','company')]}"/>
</field>
</field>
</record>