diff --git a/views/res_partner.xml b/views/res_partner.xml
index bfa89b05ea14b1b6a83c4e8c012e37f45bbf35f5..bb24b4568bae83d6ef041ce26c64ff2fe914e3c5 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"