From 745cb794aeec158691be1ed287f622816b570805 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Thu, 27 Apr 2023 14:24:10 +0200 Subject: [PATCH] [UPD]Update format text PDF --- report/account_template.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/report/account_template.xml b/report/account_template.xml index 740afcc..8456fb5 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -460,7 +460,7 @@ <h6>Référence facture : <t t-esc="o.name" /></h6> <ul t-foreach="o.acc_account_payment_ids" t-as="acc_account_payment_id"> <li> - <span t-field="acc_account_payment_id.name_type"/> - + <strong><span t-field="acc_account_payment_id.name_type"/></strong> - <span t-field="acc_account_payment_id.description"/> </li> </ul> @@ -469,10 +469,11 @@ <div class="row mt-2"> <div class="col-12"> <h6 >Délai de règlement : à facturation</h6> - <h6 class="mb-5">Date limite de règlement : <span - t-field="o.date_limit" - t-options="{'format': 'dd/MM/yyyy'}" - /></h6> + <h6 class="mb-5">Date limite de règlement : <strong><span + class="font-weight-bold" + t-field="o.date_limit" + t-options="{'format': 'dd/MM/yyyy'}" + /></strong></h6> </div> </div> </t> -- GitLab