diff --git a/report/account_template.xml b/report/account_template.xml
index a5087da3bc96a6758e38ed544ae5b9ee74db650c..f17d85f46b3dd938a994a062ea7a36a1055c7fcf 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -453,12 +453,10 @@
                                                     class="font-weight-bold"
                                                 >Modalités de paiement : </h5>
                                                 <h6>Référence facture : <t t-esc="o.name" /></h6>
-                                                <ul t-foreach="o.acc_account_payment_ids" t-as="acc_account_payment_id">
-                                                    <li>
-                                                        <strong><span t-field="acc_account_payment_id.name_type"/></strong> -
-                                                        <span t-field="acc_account_payment_id.description"/>
-                                                    </li>
-                                                </ul>
+                                                <t t-foreach="o.acc_account_payment_ids" t-as="acc_account_payment_id">
+                                                    <strong><span t-field="acc_account_payment_id.name_type"/></strong> -
+                                                    <span t-field="acc_account_payment_id.description"/><br/>
+                                                </t>
                                             </div>
                                         </div>
                                         <div class="row mt-2">
diff --git a/report/report_template.xml b/report/report_template.xml
index 91f4c34be74ff981f2871528d76c73681b5b0440..132aa064a2201aae8b275064e088add69fee28ef 100644
--- a/report/report_template.xml
+++ b/report/report_template.xml
@@ -18,6 +18,9 @@
                             <t t-if="o.producer_id.name"><span
                                     t-field="o.producer_id.name"
                                 /></t>
+                            <t t-if="o.producer_id.company_form"> - <span
+                                    t-field="o.producer_id.company_form"
+                                /></t>
                             <t t-if="o.producer_id.street"> - <span
                                     t-field="o.producer_id.street"
                                 /></t>