flectra/addons/l10n_be_invoice_bba/views/report_invoice.xml
2018-01-16 02:34:37 -08:00

11 lines
440 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<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>
</flectra>