From bca6843e86cb458e3467eff8c3558c13eed2caec Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Wed, 12 Apr 2023 12:06:27 +0200 Subject: [PATCH] [UPD]Change exposant PDF --- report/account_template.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/report/account_template.xml b/report/account_template.xml index 75e3d6e..dcc22fe 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -278,7 +278,7 @@ <span t-field="o.acc_operation_id.description" /><br /> <span class="font-weight-bold" - >Numéro ACC (2)</span><br /> + >Numéro ACC (²)</span><br /> <span t-field="o.acc_operation_id.name" /><br /> <span class="font-weight-bold" @@ -357,10 +357,7 @@ <td><strong><h5 >Electricité autoconsommée</h5></strong></td> <td class="text-right"> - <span - class="text-nowrap" - t-field="o.power_cons" - /> kWh + <h4 t-field="o.power_cons"> kWh</h4> </td> </tr> <tr> @@ -420,7 +417,7 @@ </t> <tr> <td><strong><h5 - >Total TTC (1)</h5></strong></td> + >Total TTC (¹)</h5></strong></td> <td class="text-right"> <strong><h3 class="text-nowrap" @@ -470,7 +467,7 @@ <div class="row mt-3"> <div class="col-12 font-italic font-mini"> <p class="mt-5"> - (1) Le total à payer correspond à l’électricité autoconsommée et à l'ACCISE - (2) ACC : Auto-Consommation Collective + (¹) Le total à payer correspond à l’électricité autoconsommée et à l'ACCISE - (²) ACC : Auto-Consommation Collective </p> <span t-if="o.invoice_terms" t-field="o.invoice_terms"/> </div> @@ -505,8 +502,8 @@ <div class="row mt-5 "> <div class="col-12 "> <!-- Table pour l'électricité locale--> - <h6 class="text-uppercase "> - Electricité locale</h6> + <h6 class="text-uppercase "><strong> + Electricité locale</strong></h6> <table class="table table-sm o_main_table" name="account_line_table" -- GitLab