From 83c288fe4dc14cab1df69ec1b13c6c45506e6f38 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Mon, 4 Nov 2024 09:25:44 +0100 Subject: [PATCH] [FIX] layout header for expense sheet --- templates/report_layout_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/report_layout_header.xml b/templates/report_layout_header.xml index d1a999c..9e617c9 100644 --- a/templates/report_layout_header.xml +++ b/templates/report_layout_header.xml @@ -52,7 +52,7 @@ <span t-field="o.company_id.email" /> </div> </div> - <div class="col-xs-4 block-picto"> + <div class="col-xs-4 block-picto" t-if="o._name not in ['hr.expense.sheet']"> <div style="margin-bottom: 5px;"> <span class="picto bg-color"> <i class="fa fa-user"></i> -- GitLab