I have restricted access to users in the Contact app. I only want them to see contacts they created so I added the record rule below:
[('create_uid','=',user.id)]
But when the user views a contact (that they created) the following error message appears:
"
Due to security restrictions, you are not allowed to access 'Contact' (res.partner) records. Records: feryialmangou (id=7) User: feryialmangou (id=6) This restriction is due to the following rules: - Contact Restriction User Contact your administrator to request access if necessary.
"
How do I make it so that the error message does not appear? As it gets annoying for the users.