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

@ -1,8 +1,14 @@
<?xml version="1.0"?>
<odoo>
<template id="l10n_ch_report_invoice_document" inherit_id="account.report_invoice_document">
<xpath expr="//div[@id='qrcode']" position="attributes">
<attribute name="t-if" add="and o.qr_code_method != 'ch_qr'" separator=" "/>
<xpath expr="//t[@t-set='show_qr']" position="attributes">
<attribute name="t-value" add="and o.qr_code_method != 'ch_qr'" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('invoice_main')]" position="after">
<div t-if="o.l10n_ch_is_qr_valid">
<div style="page-break-after: always"/>
<br/>
</div>
</xpath>
</template>
</odoo>