[FIX] hr_holidays: fix time off allocation access right
Steps to reproduce the problem: - Connect as admin - Create a new employee, e.g: “Employee1” for company “My Company (San Francisco)” - Create a new time off request for this employee, and select a time off type linked to the company "San Francisco" - create a user and do not give him access to the company “San Francisco”, e.g: “user1” - Log in as “user1” - Go to time off > Managers > Allocations > remove default filter Problem: user1 is able to see the time off allocation of “Employee1”, even though he does not have access to My Company San Francisco. Solution: Add multi-company rules for the “hr.leave_allocation” model to display only the time off allocations to which the current user has access A rule has already been added for "hr.leave" model: https://github.com/odoo/odoo/blob/0f3281e3b1dc943b81d79d2a8f82fca7b95b8186/addons/hr_holidays/security/hr_holidays_security.xml#L65-L70 opw-2535709 closes odoo/odoo#74934 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>
Please register or sign in to comment