コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3092 ビュー

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
1731
2
7月 24
2336
1
9月 23
3158
1
10月 22
3628
0
10月 19
5722