diff --git a/views/res_partner.xml b/views/res_partner.xml
index 64c66c54e526f3081c96b69c76823b30ae64e4d9..e45002285fc0b8de326067e9bb2ee689b8ccca60 100644
--- a/views/res_partner.xml
+++ b/views/res_partner.xml
@@ -150,6 +150,7 @@
                         <field name="birthyear" attrs="{'invisible': [('is_company','=', True)]}"/>
                         <field name="contact_origin_id" attrs="{'invisible': [('is_company','=', True)]}" options="{'no_create': True, 'no_open': True}"/>
                         <field name="contact_legality" readonly="True" attrs="{'invisible': [('is_company','=', True)]}"/>
+                        <field name="followup_delegate_id" widget="res_partner_many2one" options="{'no_open': True, 'no_create': True}" domain="[('active', '=', True),('ur_id', '=', ur_id)]"/>
                     </group>
                 </xpath>
                 <xpath expr='//form/sheet/group' position="after">
@@ -211,6 +212,7 @@
                         <field name="birthyear"/>
                         <field name="contact_origin_id" options="{'no_open': True, 'no_create': True}"/>
                         <field name="contact_legality" readonly="1"/>
+                        <field name="followup_delegate_id" widget="res_partner_many2one" options="{'no_open': True, 'no_create': True}" domain="[('active', '=', True),('ur_id', '=', ur_id)]"/>                        
                     </group>
                 </xpath>
                 <xpath expr="//field[@name='child_ids']/form//group" position="after">
@@ -800,6 +802,7 @@
                                 <field name="birthyear"/>
                                 <field name="contact_origin_id" options="{'no_open': True, 'no_create': True}"/>
                                 <field name="contact_legality" readonly="1"/>
+                                <field name="followup_delegate_id" widget="res_partner_many2one" options="{'no_open': True, 'no_create': True}" domain="[('active', '=', True),('ur_id', '=', ur_id)]"/>
                             </group>
                         </group>
                         <field name="subscription_ids">
@@ -885,6 +888,7 @@
                                 <field name="birthyear"/>
                                 <field name="contact_origin_id" options="{'no_open': True, 'no_create': True}"/>
                                 <field name="contact_legality" readonly="1"/>
+                                <field name="followup_delegate_id" widget="res_partner_many2one" options="{'no_open': True, 'no_create': True}" domain="[('active', '=', True),('ur_id', '=', ur_id)]"/>
                             </group>
                         </group>
                         <field name="subscription_ids" attrs="{'invisible': [('type', '!=', 'contact')]}">