Skip to Content
Menu
This question has been flagged
1 Reply
2656 Views

Hello, I have this problem.
I want to create a rule that allows the salesman to see only the contacts he has created.
I tried with these solution:

[('user_id','=',user.id)]

[('create_uid','=',user.id)

['|',('user_id.id','=',user.id),('user_id','=',False)]

But none of these domain_force works.
How can solve the problem?



Avatar
Discard
Related Posts Replies Views Activity
2
May 23
3057
1
Jun 23
2097
0
May 22
90
1
Aug 23
1261
1
Jul 23
1471