diff --git a/templates/report_composition.xml b/templates/report_composition.xml index 7dc5431ab0e0021d769f08b94ffa9b585b626845..124e3af263fcf314a7361219c07d4cc677d0d7d0 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"