Hello everyone,
I’m encountering an issue while creating a record rule in Odoo related to the res.partner model. Here are the details:
Problem:
When I try to create a record rule that involves opportunities_ids.my_custom_model.name, I receive an error when logging in as a specific user who is in that group (Sales User Own Document Only).
Record Rule:
[("opportunity_ids.mortgage_product_id.name", "ilike", "Salman")]
Error Message:
Forbidden
Uh-oh! Looks like you have stumbled upon some top-secret records. Sorry, iamsaleagent (id=12) doesn't have 'read' access to: - User (res.users) If you really, really need access, perhaps you can win over your friendly administrator with a batch of freshly baked cookies. Implicitly accessed through 'User' (res.users).
Please Help