From 07c93723fa7c4b72cf64a966bdc8ebc955aebd5e Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Wed, 16 Feb 2022 12:12:09 +0100
Subject: [PATCH] [UPD]Center column amount

---
 report/report_invoice.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/report/report_invoice.xml b/report/report_invoice.xml
index 41e5ccb..708fd10 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>
-- 
GitLab