跳至内容
菜单
此问题已终结

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
1475
2
7月 24
1885
1
9月 23
2789
1
10月 22
3191
0
10月 19
5374