From d744d73db38441177e1507fb09dbb304ae6e9179 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Wed, 10 May 2023 14:32:29 +0200
Subject: [PATCH] [UPD]Update template PDF

---
 models/acc_account_payment.py | 2 +-
 report/account_template.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/models/acc_account_payment.py b/models/acc_account_payment.py
index 496b93a..d3590c0 100644
--- a/models/acc_account_payment.py
+++ b/models/acc_account_payment.py
@@ -39,7 +39,7 @@ class AccAccountPayment(models.Model):
         if self.name_type == "cheque":
             self.description = "Merci d’indiquer au dos du chèque la référence facture ci-dessus."
         if self.name_type == "virement":
-            self.description = "Merci d’indiquer la référence facture ci-dessus sur votre ordre de virement.\nIBAN: ...\nCode BIC: ..."
+            self.description = "Merci d’indiquer la référence facture ci-dessus sur votre ordre de virement.\nNos coordonnées bancaires:\nIBAN: ...\nCode BIC: ..."
     # ------------------------------------------------------
     # CRUD methods (ORM overrides)
     # ------------------------------------------------------
diff --git a/report/account_template.xml b/report/account_template.xml
index f17d85f..f96df2e 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -479,7 +479,7 @@
                             <div class="col-12 font-italic font-mini">
                                 <p>
                                     (1) Le total à payer correspond à l’électricité autoconsommée et à l'ACCISE - (2) OACC : Opération d'Auto-Consommation Collective
-                                <br/><span t-if="o.invoice_terms" t-field="o.invoice_terms"/>
+                                <br/><br/><span t-if="o.invoice_terms" t-field="o.invoice_terms"/>
                                 </p>
                             </div>
                         </div>
-- 
GitLab