diff --git a/views/res_partner.xml b/views/res_partner.xml
index d6e68793333451083c668b5e31d70dea5129da93..1638f83aa70627b823c5510c1db986b5407ff1f5 100644
--- a/views/res_partner.xml
+++ b/views/res_partner.xml
@@ -252,7 +252,7 @@
                             />
                             <field
                                 name="function"
-                                attrs="{'invisible': ['|',('is_company','=', True),('parent_is_cooperative','=', False)]}"
+                                attrs="{'invisible': [('is_company','=', True)]}"
                             />
                             <field
                                 name="employee"
@@ -2215,7 +2215,6 @@
                                 />
                                 <field
                                     name="function"
-                                    attrs="{'invisible': [('parent_is_cooperative','=', False)]}"
                                 />
                                 <field
                                     name="function_lst_id"