In Leads TreeView and FormView, I want to allow one user group to:
- View-only all leads' records (in TreeView)
- Edit the records owned by such user group (in FormView)
I have tried to find a way by using the ir.model.access.csv or ir.rule, but could not find any way.
AFAIK, I am not able to list all leads, and at the same time: allow some leads to be view-only and some other leads to be editable.
How can I list (view-only) all the records (in TreeView) but allow some of those records to be editable?