19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:28 +01:00
parent ff721d030e
commit 7721452493
1826 changed files with 124775 additions and 274114 deletions

View file

@ -7,17 +7,9 @@
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='invoice_payment_term_id']/parent::div" position="after">
<field name="l10n_rs_turnover_date" attrs="{'invisible': [('country_code', '!=', 'RS')]}"/>
<field name="l10n_rs_turnover_date" invisible="country_code != 'RS'"/>
</xpath>
</field>
</record>
<template id="report_invoice_document_inherit" inherit_id="account.report_invoice_document">
<xpath expr="//address" position="after">
<div t-if="o.company_id.account_fiscal_country_id.code == 'RS' and o.partner_id.company_registry" class="mt16">
<p>Company ID: <span t-field="o.partner_id.company_registry"/></p>
</div>
</xpath>
</template>
</odoo>