I'm new to OpenErp and I'm trying to undestand access rights writing a new module. Let's say I have this module called Project, with title, description and a many2many relation with res.users called admin_ids, this relation represents project admins.
How can I give write rights on projects only to their admins?
Thanks in advance.