This question has been flagged
2814 Views

I work on V7 and I set an access rule on partner :

    ['|','|',('user_id','=',user.id),('user_id','=',False),('user_id.default_section_id.member_ids','in',user.id)]

BUT when my user try to create a quotation, he can't search the partner because the search more function try to show ALL the partner and not only the allowed one.

What can I do to filter this widget on access rule that I defined?

Avatar
Discard