mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 03:02:00 +02:00
19.0 vanilla
This commit is contained in:
parent
ff721d030e
commit
7721452493
1826 changed files with 124775 additions and 274114 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<field name="inherit_id" ref="account.view_tax_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="include_base_amount" position="after">
|
||||
<field name="l10n_de_datev_code" attrs="{'invisible': [('country_code', '!=', 'DE')]}"/>
|
||||
<field name="l10n_de_datev_code" invisible="country_code != 'DE'"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<field name="inherit_id" ref="account.view_company_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="vat" position="after">
|
||||
<field name="l10n_de_stnr" attrs="{'invisible':[('account_enabled_tax_country_ids', 'not in', %(base.de)d)]}"/>
|
||||
<field name="l10n_de_widnr" attrs="{'invisible':[('country_code', '!=', 'DE')]}"/>
|
||||
<field name="l10n_de_stnr" invisible="%(base.de)d not in account_enabled_tax_country_ids"/>
|
||||
<field name="l10n_de_widnr" invisible="country_code != 'DE'"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue