-
- Downloads
[FIX] hr_holidays: fix multi company issue in days calculation
Prior to this commit, the multi company rules were bypassed due implicit
sudos (compute_sudo and self.env.user).
The function computing the number of days will now make sure to include
the right domain.
TaskId-2791030
closes odoo/odoo#86166
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Showing
- addons/hr_holidays/models/hr_leave.py 4 additions, 2 deletionsaddons/hr_holidays/models/hr_leave.py
- addons/hr_holidays/tests/test_leave_requests.py 21 additions, 0 deletionsaddons/hr_holidays/tests/test_leave_requests.py
- addons/hr_work_entry_holidays/models/hr_leave.py 3 additions, 1 deletionaddons/hr_work_entry_holidays/models/hr_leave.py
Loading
Please register or sign in to comment