mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
13 lines
520 B
XML
13 lines
520 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<flectra>
|
|
<template id="invoice_report_amount_in_words_inherit" inherit_id="account.report_invoice_document">
|
|
<xpath expr="//div[hasclass('clearfix')]" position="after">
|
|
<div style="margin-top:30px; margin-bottom:20px;">
|
|
<p class="font-weight-bold">
|
|
Arranged the present invoice in the amount of : <span t-field="o.amount_total_words"/>
|
|
</p>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</flectra>
|