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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
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.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
1月 17
|
4665 | ||
|
2
3月 25
|
5886 | ||
|
1
12月 24
|
6092 | ||
|
1
11月 24
|
1478 | ||
|
1
7月 25
|
2203 |
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.