Daily updates from Odoo
Monday, April 28, 2025
1 change · 18.0
Features or functions removed from Odoo
This change removes an outdated browser-side adjustment for employee availability status in Time Off. The status is now provided correctly by the central identity data, reducing duplicate logic without changing expected user behavior.
Original PR description
Since #203903 the user `im_status` is sent directly from the identity model in order to take into account other module overrides without having to re-establish them client side. This commit removes the method patching `updateImStatus` as the value arrives client side already patched from `hr_holidays`.