Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
893 มุมมอง

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.

อวตาร
ละทิ้ง