1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_ch/views/account_invoice.xml
2024-12-10 09:04:09 +07:00

9 lines
326 B
XML

<?xml version="1.0"?>
<odoo>
<template id="l10n_ch_report_invoice_document" inherit_id="account.report_invoice_document">
<xpath expr="//t[@t-set='show_qr']" position="attributes">
<attribute name="t-value" add="and o.qr_code_method != 'ch_qr'" separator=" "/>
</xpath>
</template>
</odoo>