flectra/addons/l10n_be_invoice_bba/views/report_invoice.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

11 lines
434 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_invoice_document_inherit" inherit_id="account.report_invoice_document">
<xpath expr="//div[@id='total']" position="after">
<p t-if="o.reference_type=='bba' and o.reference">
Please use the following communication for your payment : <b><span t-field="o.reference"/></b>
</p>
</xpath>
</template>
</odoo>