Hi, i want to make a field become read only based on current user login.
I have field 'name' (many2one res.users) & 'checklist' (boolean)
The name is manualy choose and the checklist field is read only if the name is not the same as user id login. Is it by python in backend / by xml enough?