Hello,
im working in odoo 17, community edition.
my created users that are simple users in employees
but they are considered as public users, and they see the hr.employee.public.form .
with its own fields
Other users , like Officers and administrators see the hr.employee.form ,
with its own fields too
How can i change that , so that simple users can see the
hr.employee.form.
or add in xml view a related entry to retrieve data from hr.employee , without creating the fields again ( and relate them ) ?
also im not familiar with python code so i should avoid that and use the settings from Odoo GUI,
Thank you in advance .
Anyone?