Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
2054 Prikazi

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 ?

Avatar
Opusti
Avtor Best Answer

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

Avatar
Opusti
Best Answer

Hi,

For this you can set a record rule for corresponding model. To know more about record rules, see: Odoo Record Rules

Thanks

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
feb. 24
5038
0
mar. 24
1803
2
dec. 23
3429
1
maj 23
5918
0
avg. 21
2602