From 4d510a6cd75004e398269ced34dcebc6ffbd902f Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Wed, 18 Oct 2023 19:23:59 +0200 Subject: [PATCH] [UPD] followup_delegate_id field visibility --- views/res_partner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/res_partner.xml b/views/res_partner.xml index bfa89b0..bb24b45 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -998,7 +998,7 @@ widget="many2one_mailto" options="{'no_open': True, 'no_create': True, 'mailto_field': 'email'}" domain="[('active', '=', True),('ur_id', '=', ur_id)]" - attrs="{'invisible': [('project_status', 'in', ('1_information', '2_pre-diagnostic', '3_accompagnement'))]}" + attrs="{'invisible': [('project_status', 'in', ('1_information', '2_pre-diagnostic'))]}" /> <field name="support_delegate_id" -- GitLab