diff --git a/report/account_template.xml b/report/account_template.xml
index 8456fb51905c8b13254f8f6c94c17eb5f7ace508..a5087da3bc96a6758e38ed544ae5b9ee74db650c 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 de7057366e357505f93e5af5636607696099a3db..91f4c34be74ff981f2871528d76c73681b5b0440 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>