|
@ -3,6 +3,9 @@ |
|
|
<data> |
|
|
<data> |
|
|
|
|
|
|
|
|
<template id="report_invoice_customized" inherit_id="account.report_invoice_document"> |
|
|
<template id="report_invoice_customized" inherit_id="account.report_invoice_document"> |
|
|
|
|
|
<xpath expr="//span[@t-field='l.discount']" position="replace"> |
|
|
|
|
|
<span t-esc="'%.2f'%(l.discount)"/> |
|
|
|
|
|
</xpath> |
|
|
<xpath expr="//tr[hasclass('border-black')]" position="after"> |
|
|
<xpath expr="//tr[hasclass('border-black')]" position="after"> |
|
|
<tr> |
|
|
<tr> |
|
|
<td>Discount</td> |
|
|
<td>Discount</td> |
|
|