diff --git a/views/res_partner.xml b/views/res_partner.xml
index 4cb0494ab05420ac0e59115f4243f88732a7cb4b..c873f8cb5279384237d6d78808e06d0475444b7b 100644
--- a/views/res_partner.xml
+++ b/views/res_partner.xml
@@ -532,13 +532,11 @@
                     <field
                         name="release_receipt_id"
                         options="{'no_open': True, 'no_create': True}"
-                        attrs="{'invisible': [('parent_id', '=', False)]}"
                         widget="selection"
                     />
                     <field
                         name="agroforestry_involvement_id"
                         options="{'no_open': True, 'no_create': True}"
-                        attrs="{'invisible': [('parent_id', '=', False)]}"
                         widget="selection"
                     />
                 </xpath>