Hello folks,
I want to prevent a specific internal user from seing other people’s agenda.
Can’t find out how to do this.
Any idea ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello folks,
I want to prevent a specific internal user from seing other people’s agenda.
Can’t find out how to do this.
Any idea ?
Hi,
thanks. In the video it requires to change the .pyc files, which is not suitable for the Odoo 14 entreprise version.
However I managed to do it this way :
- created a record rule
- model = calendar.event
- domain = ['|', ['partner_ids.child_ids', 'in', [user.partner_id.id]], ['partner_ids', 'in', [user.partner_id.id]]]
It works.
Thanks
Hi,
For this you can set a record rule for corresponding model. To know more about record rules, see: Odoo Record Rules
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
Feb 24
|
5412 | |||
|
0
Mar 24
|
2196 | |||
|
2
Nov 23
|
3966 | |||
|
Meetings and Minutes
Solved
|
1
May 23
|
6573 | ||
|
0
Aug 21
|
3124 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.