From 4810c2d80e9c79f9e6beea4e438cba47866e17aa Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Wed, 10 May 2023 13:44:03 +0200 Subject: [PATCH] [UPD]FeedBack Loic --- report/account_template.xml | 15 +++++---------- report/report_template.xml | 7 +++++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/report/account_template.xml b/report/account_template.xml index 8456fb5..a5087da 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -207,11 +207,6 @@ <div class="col-8 text-center"> <p class="font-weight-bold"> - <span - class="text-uppercase mt0 " - >Autoconsommation Collective Numéro <t - t-esc="o.acc_operation_id.name" - /></span><br /> <span class="text-uppercase mt0 " >Votre facture d'électricité d'origine renouvelable et locale</span><br/> @@ -277,11 +272,11 @@ <span t-field="o.producer_id.name" /><br /> <span class="font-weight-bold" - >Nom de l'opération</span><br /> + >Nom OACC⁽²⁾</span><br /> <span t-field="o.acc_operation_id.description" /><br /> <span class="font-weight-bold" - >Numéro ACC⁽²⁾</span><br /> + >Numéro OACC</span><br /> <span t-field="o.acc_operation_id.name" /><br /> <span class="font-weight-bold" @@ -485,7 +480,7 @@ <div class="row mt-3"> <div class="col-12 font-italic font-mini"> <p> - (1) Le total à payer correspond à l’électricité autoconsommée et à l'ACCISE - (2) ACC : Auto-Consommation Collective + (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"/> </p> </div> @@ -508,7 +503,7 @@ <div class="row mt-4 mb-5"> <div class="col-12 text-center text-uppercase"> - <h4>Votre facture en détail</h4> + <h4>Votre facture <t t-esc="o.name" /> en détail</h4> <span class="text-uppercase " >Autoconsommation Collective <t @@ -710,7 +705,7 @@ </div> <div class="row mt-4 mb-5"> <div class="col-12 text-center text-uppercase"> - <h4>Votre facture en détail</h4> + <h4>Votre facture <t t-esc="o.name" /> en détail</h4> <span class="text-uppercase " >Autoconsommation Collective <t diff --git a/report/report_template.xml b/report/report_template.xml index de70573..91f4c34 100644 --- a/report/report_template.xml +++ b/report/report_template.xml @@ -30,8 +30,11 @@ <t t-if="o.producer_id.city"> <span t-field="o.producer_id.city" /></t> - <t t-if="o.producer_id.vat"> - <span - t-field="o.producer_id.vat" + <t t-if="o.producer_id.rcs"> - RCS <span + t-field="o.producer_id.rcs" + /></t> + <t t-if="o.producer_id.siret"> - Siret <span + t-field="o.producer_id.siret" /></t> </li> </ul> -- GitLab