How can I limit the projects that users can see? It seems that if I assign a user to the Project Managers group they can see all projects created. I only want them to be able to see the projects they are following or that have tasks they have been assigned but still retain other permissions under the Manager group for Projects.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Make your projects 'Private':
From https://www.odoo.com/documentation/user/9.0/project/configuration/setup.html
The privacy setting works as:
- Customer Project: visible in portal if the customer is a follower.
- All Employees: employees see all tasks or issues.
- Private Project: followers can see only the followed tasks or issues
UPDATE:
To prevent users in the group "Project Manager" from seeing Private Projects, deactivate the Record Rule "Project: project manager: see all"
1. Activate Developer Mode.
2. Navigate to Settings --> Technical --> Security --> Record Rules.
3. Search for "project manager"
4. Deactivate the rule (you will see it is 1=1 which returns true for all projects - giving them access to see all)
Note: This means only the ADMIN user will be able to see all projects. You probably want SOMEONE to see all Projects, so it may also be better to create a group in between Project Manager and Project User that can't see private projects.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jan 17
|
4661 | ||
|
2
Mar 25
|
5881 | ||
|
1
Dec 24
|
6087 | ||
|
1
Nov 24
|
1477 | ||
|
1
Jul 25
|
2200 |
All of our projects have been made private but anyone belonging to the Manager's group can still see and access them even though they are not a follower of the project.
See my updated answer.