diff --git a/report/account_invoice_template.xml b/report/account_invoice_template.xml
index 3d9173dff046caf52e45a63d3d727bc1ba010ac3..688bd667e0d5c87ac539d23046c6f549b490696e 100644
--- a/report/account_invoice_template.xml
+++ b/report/account_invoice_template.xml
@@ -4,9 +4,13 @@
         <template id="report_invoice_document" inherit_id="account.report_invoice_document">
             <p t-if="o.reference" position="before">
                 <p t-if="o.vracoop_point_retrait_id">
-                    Point de retrait: <span t-field="o.vracoop_point_retrait_id"/><br/>
-                    Jour de retrait: <span t-field="o.day_retrait"/><br/>
-                    Heure de retrait: <span t-field="o.hour_retrait" t-options= '{"widget": "float_time"}'/>
+                    <strong>Point de retrait:</strong> <span t-field="o.vracoop_point_retrait_id"/><br/>
+                    <strong>Adresse: </strong><br/>
+                    <span t-field="o.vracoop_point_retrait_id.street"/><br/>
+                    <span t-field="o.vracoop_point_retrait_id.street"/><br/>
+                    <span t-field="o.vracoop_point_retrait_id.zip"/> - <span t-field="o.vracoop_point_retrait_id.city"/><br/><br/>
+                    <strong>Jour de retrait:</strong> <span t-field="o.day_retrait"/><br/>
+                    <strong>Heure de retrait:</strong> <span t-field="o.hour_retrait" t-options= '{"widget": "float_time"}'/>
                 </p>
             </p>
         </template>