Dear all,
I'm new to Odoo 8 and Qweb, so I'm looking for help to get my customer invoice report right.
On this report, there is an "Amount Paid" field:
<td><strong>Amount Paid</strong></td>
<td class="text-right">AUD$
<span t-raw="o.amount_total - o.residual"/>
When I print the report (in PDF), it shows detail as "AUD$13.5" instead of "AUD$13.50" (with 2 decimal places to be consistant with rest of this report). On the screen, it does show with two (2) decimal places (which is consistant with Australian currency practice).
Can anyone help to get this corrected?
Thank you again for your help in advance. Much appreciated.
Kind regards,
Iming