Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
981 Vistas

Hello community,

I am facing an issue with the configuration of the Surveys module in Odoo. Currently, all users can see all the surveys in the database. I would like to configure the system so that each user only has access to the surveys they have created themselves.

Can anyone guide me on how to make this change? What are the necessary steps to adjust the access rules so that surveys are restricted to their respective creators?

Thank you in advance for your help!

Avatar
Descartar
Mejor respuesta

you can create a record rule with this domain

[('create_uid', '=', user.id)]


Avatar
Descartar
Autor Mejor respuesta

Many thanks. 

Have a nice day.

Jorge


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
jul 25
6943
2
jun 25
2374
1
may 25
1125
2
ene 25
1875
1
ago 24
1901