0

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.

coddoc
  • 65
  • 1
  • 8

1 Answers1

0

http://doc.openerp.com/trunk/developers/server/04_security/#access-rights

OpenERP 7 Access Rights for User Roles

Here are the some links which helpful to you

you have to make a group and assing this group access right to write and give this group to uses

Community
  • 1
  • 1
user1576199
  • 3,217
  • 3
  • 20
  • 32