Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
892 Prikazi

I am trying to restrict user to see own contacts, and it works, but after it, user could not open send messange/log note/conversation/activities, could someone help about it?

i just rename res partner rule private employee and change the domain to " ['|',('user_id','=',user.id),('user_id','=',False)] "

Avatar
Opusti
Avtor Best Answer

after i change  ['|',('user_id','=',user.id),('user_id','=',False)] to ['|','|',('partner_share','=',False),('user_id','=',user.id),('user_id','=',False)], then it works.

Avatar
Opusti