From b1abc5cae89807f128949854a5c981cfd8f307dd Mon Sep 17 00:00:00 2001 From: jordan <jordan@le-filament.com> Date: Wed, 23 Jun 2021 10:00:21 +0200 Subject: [PATCH] [fix] spacing --- report/report_invoice.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/report_invoice.xml b/report/report_invoice.xml index 39cf94a..0fa4b6a 100644 --- a/report/report_invoice.xml +++ b/report/report_invoice.xml @@ -22,7 +22,7 @@ <xpath expr="//div[@id='informations']" position="after"> <div class="row" t-if="o.partner_id.billing_note" name="billing_note"> <div class="col-12 mb-3"> - <strong>Note:</strong> + <strong>Note :</strong> <p class="m-0" t-field="o.partner_id.billing_note"/> </div> </div> -- GitLab