Skip to Content
Menu
This question has been flagged
2 Replies
967 Views

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
Discard
Best Answer

you can create a record rule with this domain

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


Avatar
Discard
Author Best Answer

Many thanks. 

Have a nice day.

Jorge


Avatar
Discard
Related Posts Replies Views Activity
3
Jul 25
6929
2
Jun 25
2365
1
May 25
1120
2
Jan 25
1871
1
Aug 24
1898