mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 11:02:05 +02:00
19.0 vanilla
This commit is contained in:
parent
ff721d030e
commit
7721452493
1826 changed files with 124775 additions and 274114 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<field name="inherit_id" ref="account.view_account_journal_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='invoice_reference_model']" position="after">
|
||||
<field name="l10n_se_invoice_ocr_length" attrs="{'invisible': [('invoice_reference_model', '!=', 'se_ocr4')]}"/>
|
||||
<field name="l10n_se_invoice_ocr_length" invisible="invoice_reference_model != 'se_ocr4'"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<field name="model">res.partner</field>
|
||||
<field name="inherit_id" ref="account.view_partner_property_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<group name="accounting_entries" position="after">
|
||||
<group string="Payment Options Sweden" name="payment_options">
|
||||
<group name="general" position="after">
|
||||
<group string="Payment Options Sweden" name="payment_options" invisible="'SE' not in fiscal_country_codes">
|
||||
<field name="l10n_se_check_vendor_ocr"/>
|
||||
<field name="l10n_se_default_vendor_payment_ref"/>
|
||||
</group>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue