Skip to Content
Menú
This question has been flagged
2 Respostes
1991 Vistes

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
Descartar
Autor 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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
1
de febr. 24
4931
0
de març 24
1712
2
de nov. 23
3329
1
de maig 23
5732
0
d’ag. 21
2509