From 6a157734a18e6118f6f1555dff005ce7da378ddd Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Wed, 19 Apr 2023 11:07:16 +0200 Subject: [PATCH] [UPD]Display frais divers only if total > 0 --- report/account_template.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/account_template.xml b/report/account_template.xml index 8ff87b0..0bfdca1 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -380,7 +380,7 @@ >HT</span> </td> </tr> - <tr> + <tr t-if="o.amount_divers_tot > 0"> <td>Total Frais Divers</td> <td class="text-right"> <span t-field="o.amount_divers_tot" /> <span -- GitLab