From 8ddf17a02e52ab6f36c176a2ae545c88aaa68b2e Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Tue, 5 Apr 2022 12:48:09 +0200
Subject: [PATCH] [UPD]Change invoice text in pdf

---
 report/account_template.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/report/account_template.xml b/report/account_template.xml
index 2e148ea..37908d1 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -340,7 +340,7 @@
                                         name="account_line_table"
                                     >
                                         <tr>
-                                            <td>Consommation locale</td>
+                                            <td>Electricité autoconsommée</td>
                                             <td class="text-right">
                                                 <span
                                                     class="text-nowrap"
@@ -349,7 +349,7 @@
                                             </td>
                                         </tr>
                                         <tr>
-                                            <td>Prix de l'électricité locale</td>
+                                            <td>Total électricité locale</td>
                                             <td class="text-right">
                                                 <span
                                                     t-field="o.amount_without_tcfe"
@@ -357,7 +357,7 @@
                                             </td>
                                         </tr>
                                         <tr>
-                                            <td>Prix de la TCFE</td>
+                                            <td>Total TCFE</td>
                                             <td class="text-right">
                                                 <span t-field="o.amount_tcfe" /> <span
                                                 >HT</span>
-- 
GitLab