From 6eb0e7cacc47003605188fd77603578c155d0731 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Wed, 22 Dec 2021 11:09:20 +0100 Subject: [PATCH] [update] report template --- report/report_check_deposit.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/report/report_check_deposit.xml b/report/report_check_deposit.xml index 6d558b5..fc3a60e 100644 --- a/report/report_check_deposit.xml +++ b/report/report_check_deposit.xml @@ -83,13 +83,7 @@ </t> </td> <td> - <!-- if move line from manual payment --> - <t t-if="'CUST' in move_line.name"> - <span t-field="move_line.ref"/> - </t> - <t t-else=""> - <span t-field="move_line.name"/> - </t> + <span t-field="move_line.ref"/> </td> <td> <t t-if="o.currency_id == o.company_id.currency_id"> -- GitLab