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
يناير 17
|
4665 | ||
|
2
مارس 25
|
5886 | ||
|
1
ديسمبر 24
|
6092 | ||
|
1
نوفمبر 24
|
1478 | ||
|
1
يوليو 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.