account_invoice.xml 321 B

123456789
  1. <?xml version="1.0"?>
  2. <odoo>
  3. <template id="l10n_ch_report_invoice_document" inherit_id="account.report_invoice_document">
  4. <xpath expr="//div[@id='qrcode']" position="attributes">
  5. <attribute name="t-if" add="and o.qr_code_method != 'ch_qr'" separator=" "/>
  6. </xpath>
  7. </template>
  8. </odoo>