python - Restrict OpenERP rules for employees -
Can I add a record rule that restricts the facility of writing for employees so that they only modify its information Can you do that? I do this test but it is not working:
In the Access Control List, I add the facility of writing on the employee object.
[(' id ',' = ', User.id) ] and select READ, write and then the login user can only view the record.
You must add this rule to hr.employee model .
Comments
Post a Comment