From 8f4db8758dfb272c303fa91389761fe440882c84 Mon Sep 17 00:00:00 2001
From: benjamin <benjamin@le-filament.com>
Date: Tue, 12 Jul 2022 15:25:41 +0200
Subject: [PATCH] [update] compo template

---
 templates/report_composition.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/templates/report_composition.xml b/templates/report_composition.xml
index 7dc5431..124e3af 100644
--- a/templates/report_composition.xml
+++ b/templates/report_composition.xml
@@ -44,12 +44,11 @@
                                 </p>
                             </div>
                             <!-- Adresse -->
-                            <div class="offset-6 col-3">
-                                <span t-field="doc.partner_id.name" /><br />
+                            <div class="offset-5 col-4">
+                                <h6 t-field="doc.partner_id.name" style="font-weight: bold; margin-bottom: 0;" />
                                 <t t-if="doc.partner_id.street">
                                     <span
                                         t-field="doc.partner_id.street"
-                                        style="font-weight: bold;"
                                     /><br /></t>
                                 <t t-if="doc.partner_id.street2"><span
                                         t-field="doc.partner_id.street2"
@@ -60,12 +59,9 @@
                                 <t t-if="doc.partner_id.city"><span
                                         t-field="doc.partner_id.city"
                                     /><br /></t>
-                                <t t-if="doc.partner_id.phone"><span
-                                        t-field="doc.partner_id.phone"
-                                    /><br /></t>
                                 <t t-if="doc.partner_id.mobile"><span
                                         t-field="doc.partner_id.mobile"
-                                    /><br /></t>
+                                    /></t>
                             </div>
                         </div>
                     </div>
@@ -80,7 +76,6 @@
                     </div>
                 </div>
             </div>
-            <hr />
 
             <div
                 t-attf-class="article o_report_compo o_company_#{company.id}_layout"
-- 
GitLab