Hello,
I've created a security group and I'd like to remove the ability to "Create Tasks" from that group.
(Security group are currently unable to create projects, need to remove task creation as well)
Any help is appreciated, Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I've created a security group and I'd like to remove the ability to "Create Tasks" from that group.
(Security group are currently unable to create projects, need to remove task creation as well)
Any help is appreciated, Thanks!
Hi,
As you have created new user group and succeeded in adding access rights for the project model, you can do the same for the task model too. You can create a access rights from the UI or from code for the model project.task and grand permission other than create.
From User interface, activate developer mode and navigate to Settings -> Technical -> Security -> Access Rights and create a new access right for the Task Model and assign your group.
For more understanding of Odoo security mechanism, see this: Security in Odoo - Access Control, Record Rules and Group
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jul 24
|
256 | ||
|
0
Nov 24
|
991 | ||
|
1
Oct 24
|
582 | ||
|
1
Feb 22
|
1882 | ||
|
0
May 21
|
1392 |
Thanks for you response Niyas,
I've already done that and removed create rights for task, however users in that group are still able to create tasks, any idea why?
(Sorry I don't have enough karma to comment on your reply)
Most likely they are members of another group that has "create" access for tasks. You can check which groups have access (from the "Access Rights" tab for the Model).