Hello community,
I am planning to implement a self-assessment process in my secondary school using the Survey module, among other apps. To ensure that all teachers can use the same templates, I created a user responsible for managing the templates that will be shared with other teachers.
I have configured the system so that an internal portal user can only see their own surveys with the restriction [('create_uid', '=', user.id)] and also have access to the templates created by the user "SA_Director".
I would like to know how I can allow access to the surveys of the user "SA_Director" while still maintaining the restriction that users can only see the surveys they have created themselves.
Thank you in advance for your help!