From bf2dc34431ca1c4468b8c8e5126fd15497a88b3b Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Mon, 4 Apr 2022 18:56:58 +0200
Subject: [PATCH] [UPD]Update table css

---
 report/account_template.xml | 17 ++++++++++++-----
 static/src/scss/style.scss  |  4 ++++
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/report/account_template.xml b/report/account_template.xml
index 15e7a2c..2e148ea 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -363,11 +363,18 @@
                                                 >HT</span>
                                             </td>
                                         </tr>
-                                        <tr />
                                         <tr>
-                                            <td><strong>Total H.T.</strong></td>
+                                            <td></td>
+                                            <td></td>
+                                        </tr>
+                                        <tr>
+                                            <td></td>
+                                            <td></td>
+                                        </tr>
+                                        <tr>
+                                            <td><strong><h5>Total H.T.</h5></strong></td>
                                             <td class="text-right">
-                                                <span t-field="o.amount_untaxed" />
+                                                <h4 t-field="o.amount_untaxed" />
                                             </td>
                                         </tr>
                                         <hr />
@@ -389,9 +396,9 @@
                                             </tr>
                                         </t>
                                         <tr>
-                                            <td><strong>Total TTC*</strong></td>
+                                            <td><strong><h4>Total TTC*</h4></strong></td>
                                             <td class="text-right">
-                                                <strong><span
+                                                <strong><h3
                                                         class="text-nowrap"
                                                         t-field="o.amount_total"
                                                     /></strong>
diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss
index 08a0029..0ac19b4 100644
--- a/static/src/scss/style.scss
+++ b/static/src/scss/style.scss
@@ -11,3 +11,7 @@
 .o_report_layout_boxed table tbody tr td {
     border-right: 0px solid #495057 !important;
 }
+
+.o_report_layout_boxed table{
+    border: 0px solid #495057 !important;
+}
-- 
GitLab