Hello, I am trying to add portal access for a specific model. I tried following the example of "Projects" but no success so far.
The following are my specs:
1. Portal access: configured portal access for the user in Customer module. Tried it and it is showing invoices and projects/taks.
2. Changed the record rules based on permissions for projects
[ '&', ('x_studio_field_6p2hv', '=', 'Visible'), // This coincides with the name/key used in the field
('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]), ] //The external user has access to portal
3. Access control: created a new rule based on the projects model rule linked no the new model.
Am I missing something?
See : https://www.youtube.com/watch?v=udqdjmUN_2c&list=PLqRRLx0cl0hofGW8Nn9RH8Y3gtHIemlC8&index=4
Did your get an answer for this? I am having the same issue