I am trying to make a rule or situation where a user can only see the invoice they have made. This works
[('create_uid', '=', user.id)]
But I also want to give a certain user FULL access. I have tried the following
- Make a group without X user and apply record rule to this group
- Remove ALL record rules that have the invoice module
- Added a custom field that matches X user's ID to the field.
Not sure what else I can try