In v12 CE, I don't want Project Managers to be able to edit other's project, project tasks.I want Project Managers can edit their project only and can read only other's Project Manager's project.Is what I want possible? Help me seniors. Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hello,
Yes, It is possible. You can do this by making two record rules.
-> The first one will contain a domain to give read access of all the projects/tasks to the Project Managers group.
You can get this by passing the parameters in the record rule by this syntax.
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="False"/>
<field name="perm_create" eval="False"/>
<field name="perm_unlink" eval="False"/>
It will give only read access to all the projects/tasks.
-> The second one will contain a domain of own projects/tasks to give all the access to the Project Manager group.
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_unlink" eval="True"/>
By this Project Manager can only modify their own records and read all the records.
I hope this will resolve your query.
Thanks,
Aman Prakash,
Associate Software Engineer,
Webkul Software Private Limited
Thanks Aman, I will try now
Hi,
checkout this app: https://apps.odoo.com/apps/modules/12.0/project_followers_ext/
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
3
thg 5 20
|
3267 | ||
|
0
thg 4 20
|
3106 | ||
|
1
thg 4 20
|
3085 | ||
|
2
thg 4 20
|
2869 | ||
|
1
thg 3 20
|
3432 |