I've set an access rule on partner object for the group "external salesman". I want the same thing than "see own leads" but for partners. This is the domain rule:
['|','|',('user_id','=',user.id),('user_ids','in',user.id),('parent_id','=',1)]
They can see partners where they are salesperson, themselves and all the employee of the company.
but I have 2 problem:
-some partners are visible on kanban view but not in form view.
-In calendar menu I can't see the attendees option: when I click on the select box I 've an error message "you don't have permissions Read on object Partner." But if I start to write the name of one of my partner it's ok.
↧