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

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
1510
2
7月 24
1956
1
9月 23
2822
1
10月 22
3237
0
10月 19
5424