-
- Downloads
[FIX] hr_holidays: fix logic of a onchange on leave allocation
- When changing the `holiday_type` of a leave allocation while having an
employee set and if this `holiday_type` has as its value `employee`
the field `employee_id` is set to False.
This is not the intended behavior. We want the field `employee_id`
to be filled if the `holiday_type` is set to `employee`.
closes odoo/odoo#32886
Signed-off-by:
Denis Ledoux <beledouxdenis@users.noreply.github.com>
Please register or sign in to comment