Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

what is different access right and record rules in odoo online

1 备注
形象
丢弃
形象
odoo
-

Thank you for the answer. i see in the article is a Manager to update all employess record and all employee can see their own record.

if in my case i want like this :

All Manager can see all employee records and can update it,

All Employee can see all employee records but only their own record can edit, not other user records. 


For example :

I'm the user , in my office have 5 users and 1 manager.

My manager can see and update the teams report , and also i can see that but for access edit, only me can edit my records but i only can read other user team reports.


please help for my case.


2 答案
0
形象
odoo
最佳答案

Hi,

Access rights in Odoo are defined at the model level, and the actions a user can perform on a model are determined (Create, Read, Write, Delete).

Record rules provide more control and are used to restrict access to records within a model. These rules are specified using domain filters and can be applied to specific user groups.

In your case, maybe the record rules are defined incorrectly. take a look at the below reference and make the required corrections in your record rule.

https://www.odoo.com/forum/help-1/how-to-create-record-rules-143881

Thanks

形象
丢弃
0
形象
odoo
最佳答案

To understand the difference between record rules and access rights, as well as the relationship between Roles, Groups, Access Rights, Users, and Permissions in Odoo, we invite you to read this article.

It also includes a video example showing how to set up access rights for a new user.

形象
丢弃