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

How is possible make record rule by hr.department? For example John can see ONLY orders where order owner is in same department as John?

Thanks

Avatar
Discard
Best Answer

Without coding this is not possible.

Record Rules are based on the current user (res.user) and the department is stored in the employee (hr.employee). In the user there is not field which relates to the employee and therefore it is not possible to create a record rule for your requirement.

It would be possible if you add a function-field to the res.user object which returns the related employee.

Avatar
Discard
Author

Thanks Andreas

Related Posts Replies Views Activity
1
Mar 20
3543
1
Mar 15
3641
1
Nov 22
2195
1
Nov 19
2578
2
Jul 18
3409