I want to view \'working_hours\' field only for employee, his manager and \'hr.group_hr_user\' group. how to hide this field automatically without edit form or trigger a
Try below code for display working hours field only hr.group_hr_user group users.
hr.group_hr_user
XML:
Hide Working Hours Employees Form hr.employee hr.group_hr_user
You can add multiple attributes in the XML file like above code.