跳至內容
選單
此問題已被標幟
1 回覆
890 瀏覽次數

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)] "

頭像
捨棄
作者 最佳答案

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

頭像
捨棄