In my (inherited) crm.lead model, I have a one2many field called presales_ids.
I want all presales_ids records to visible to all users who have access to the lead.
However, in the presales model list view, I want to restrict the visibility of records based on the user group. Using record rules will hide these records from the presales users viewing the lead form as well.
How can I do this?
Odoo v18 Community Edition