我是否可以添加限制员工写入权限的记录规则,以便他只能修改他的信息? 我测试了这个,但它无法正常工作:
在Access Control列表中,我添加了对Employee对象的写访问权。
*/Add a new rule to the Employee object RULE1 :[('user_id', '=', user.id)] --read and write checked
*/Add a new rule RULE2 to the Employee object:[('user_id', '!=', user.id)] --read is checked
答案 0 :(得分:0)
[(' id',' =',user.id)] 和选择READ,WRITE 操作然后登录用户只能看到他的记录。
您需要为hr.employee模型添加此规则。