Skip to Content
Menu
This question has been flagged
1 Reply
3832 Views

I am trying to give permission for an employee to view his/her employee profile under Human Resources module. Currently only Administrator and manager have only access to view that. I want the user with permission of viewing only his employee information and also other employee's informations should be hidden.

Goal: The employee should able to view his/her informations , leave details, payslips etc from the Human Resources > Employee model.  Rest of the employee's information should hidden.

How can i implement this. Expecting great responses.
Thanks in advance.

Avatar
Discard
Best Answer

You should make the use of record rules (where employee ID = user ID)
and security groups (read-only access to the particular user or group of users)

More info: (https://www.odoo.com/documentation/8.0/howtos/backend.html#security)

Avatar
Discard
Related Posts Replies Views Activity
6
Aug 16
26831
1
Jul 16
3949
4
Apr 16
5807
6
Nov 15
4413
1
Mar 15
2297