It seems to me that to be able to comment on a record in OpenERP v7, you need write access on the model of the record.
For a module I'm working on, I'd like to automatically create a mail.message on behalf of the user, when said user performs some given action. For convenience, that message should be posted on another record, on which only the user's manager should have write access. When I try to do this, I get an Access Denied error.
Is there a clean solution to this issue?
↧