Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1294 Lượt xem

I have hired a new employee who will assist with recruitment. However, I do not want this employee to be able to find themselves in the recruitment module. How can I hide this information for this specific employee? 


Additionally, I have two employees who need to be able to hire people within the recruitment module, but I do not want them to access employee information in the employee module. How can I configure this in the access rights?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

To hide the employee’s own information in the recruitment module, create a user group, set up a record rule to exclude their records, and assign the group to the employee.

For example, add a domain filter to exclude the current user's records:

[('id', '!=', user.partner_id.id)]


For the two employees who need to hire but not access employee information, also can follow the same method as above.Define the domain filter to restrict access to employees:


[('user_id', '!=', user.id)]


Hope this helps.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 10 21
1753
1
thg 8 25
3976
1
thg 10 24
6060
2
thg 7 24
2506
0
thg 2 24
1787