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

Hello, 

I'm trying to add some record rules to enable internal users to see helpdesk ticket that they are followers.


i have tried to create a domain filter like this but it doesn't work. 


['|', ("user_id","=",user.id) , ('message_follower_ids', 'in', user.id)]


can anyone please enlight me ? 

頭像
捨棄
最佳答案

Hi,


Try this condition:


['|', ("user_id", "=", user.id),('message_follower_ids', 'in', user.partner_id.id)]


Hope it helps

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
5月 24
1494
2
7月 24
1914
1
9月 23
2814
1
10月 22
3213
0
10月 19
5401