diff --git a/report/report_invoice.xml b/report/report_invoice.xml index 41e5ccb31f413c4b62e1a4c0f3f6e64785ef11de..708fd102b5e3975cb5b68923bc6001d402c84f50 100644 --- a/report/report_invoice.xml +++ b/report/report_invoice.xml @@ -26,6 +26,8 @@ <xpath expr="//th[@name='th_subtotal']" position="replace"> <th name="th_subtotal" class="text-right"> <span>Montant HT</span> + </th> + <th name="th_subtotal" class="text-right"> <span>Montant TTC</span> </th> </xpath> @@ -36,6 +38,8 @@ > <td class="text-right o_price_total"> <span class="text-nowrap" t-field="line.price_subtotal" /> + </td> + <td class="text-right o_price_total"> <span class="text-nowrap" t-field="line.price_total" /> </td> </xpath>