Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
971 Представления

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!

Аватар
Отменить
Лучший ответ

you can create a record rule with this domain

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


Аватар
Отменить
Автор Лучший ответ

Many thanks. 

Have a nice day.

Jorge


Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
июл. 25
6933
2
июн. 25
2368
1
мая 25
1122
2
янв. 25
1873
1
авг. 24
1899