Hi,
in our application we have different user groups. We have users that are "teachers" and users that are "students". A student should only see specific fields in a view (e.g. contact) whereas a teacher should see all fields.
Hiding those fields in the view only hides them in the generated HTML and if you are capable of manipulating the CSS you are able to "un-hide" them and access fields that you're not allowed to see.
What is the "way to go" to not only hide those fields but really block "students" from accessing "teacher-only" fields in a view?
Thanks in advance!
Context: we are running Odoo in community edition on our own server.