diff --git a/templates/report_layout.xml b/templates/report_layout.xml index 2e4e104a2a56f66768d9274c526cca155aa67744..3c008c146a922ca836f6fdb736e791887ccb85f6 100644 --- a/templates/report_layout.xml +++ b/templates/report_layout.xml @@ -16,14 +16,12 @@ alt="Logo" /> </div> - <div class="col-3" name="company_address"> + <div class="col-9" name="company_address"> <div t-field="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}' /> </div> - <div class="col-6"> - </div> </div> </div>