From 9da2575fa2cc84602ce710ad6bdedae1d1887aa1 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Wed, 12 Apr 2023 12:43:44 +0200
Subject: [PATCH] [UPD]Change style text PDF 3

---
 report/account_template.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/report/account_template.xml b/report/account_template.xml
index c2d1939..390fe13 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -355,9 +355,12 @@
                                     >
                                         <tr>
                                             <td><strong><h5
-                                            >Electricité autoconsommée</h5></strong></td>
+                                                    >Electricité autoconsommée</h5></strong></td>
                                             <td class="text-right">
-                                                <h4><strong><span t-field="o.power_cons"/> kWh</strong></h4>
+                                                <strong><h3><span
+                                                        class="text-nowrap"
+                                                        t-field="o.power_cons"
+                                                /> kWh</h3></strong>
                                             </td>
                                         </tr>
                                         <tr>
@@ -393,9 +396,12 @@
                                         <t t-if="o.is_tva">
                                             <tr>
                                                 <td><strong><h5
-                                                        >Total H.T.</h5></strong></td>
+                                                    >Total H.T.</h5></strong></td>
                                                 <td class="text-right">
-                                                    <strong><h4 t-field="o.amount_untaxed" /></strong>
+                                                    <strong><h3
+                                                        class="text-nowrap"
+                                                        t-field="o.amount_untaxed"
+                                                    /></strong>
                                                 </td>
                                             </tr>
 
-- 
GitLab