Hi, i want to show record in object res.users only user with the same login. i have use this code for record rules
[('user_id','=', user.id)] but its doesnt work and users not show with error message
AccessErrorThe requested operation cannot be completed due to security restrictions. Please contact your system administrator.(Document type: res.users, Operation: read)
Anyone can help me please? how i solve this problem.Thanks before
Susi,
Is field user_id exist in your object?
on which object are u trying to keep this rule?