mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 23:22:02 +02:00
19.0 vanilla
This commit is contained in:
parent
ff721d030e
commit
7721452493
1826 changed files with 124775 additions and 274114 deletions
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="account_tax_form_l10n_it" model="ir.ui.view">
|
||||
<field name="name">account.tax.form.l10n.it</field>
|
||||
<field name="model">account.tax</field>
|
||||
<field name="priority">20</field>
|
||||
<field name="inherit_id" ref="account.view_tax_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<data>
|
||||
<xpath expr="//page[@name='advanced_options']" position="inside">
|
||||
<group invisible="country_code != 'IT'">
|
||||
<group>
|
||||
<field name="l10n_it_exempt_reason"/>
|
||||
</group>
|
||||
</group>
|
||||
</xpath>
|
||||
</data>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue