2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<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>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|