diff --git a/easy_my_coop/views/res_partner_view.xml b/easy_my_coop/views/res_partner_view.xml index 8547e79..d32818c 100644 --- a/easy_my_coop/views/res_partner_view.xml +++ b/easy_my_coop/views/res_partner_view.xml @@ -88,7 +88,9 @@ - + + + @@ -102,7 +104,7 @@ form kanban,tree,form ['|', ('cooperator','=',True), '|', ('member','=',True),('old_member','=', True)] - {'default_cooperator':1, 'search_default_cooperator':1} + {'default_cooperator':1, 'search_default_cooperators':1}

Click to add a contact in your address book. @@ -120,8 +122,8 @@ res.partner form kanban,tree,form - [('cooperator','=',True),('coop_candidate','=',True),('member','=',False)] - {'default_cooperator':1} + [('cooperator','=',True)] + {'default_cooperator':1, 'search_default_cooperator_candidates':1}