Wednesday, February 25, 2026
4 changes · master
Enhancements to existing features
This update enhances the Monthly Hours feature by automatically displaying the calendar view as the default when the Monthly Hours smart button is clicked. This provides a more intuitive and user-friendly experience for tracking employee hours, making it easier to visualize attendance data.
Original PR description
Set the calendar view as the default for the Monthly Hours smart button. task-5176295
This update makes employee launch plans more resilient by issuing warnings instead of blocking if key information (manager, fleet, user) is missing. It also removes outdated responsible types, streamlining the system and improving clarity. This change ensures launch plans can still function effectively, even with incomplete employee configurations.
Original PR description
* = mail, hr_fleet, hr_sign Employee launch plans should work even if employee not well configured. Should not block if manager/fleet/user not set, just warn and assign to current user. This update also removes responsible types 'coach' and 'fleet_manager' and cleans up all related logic, validations, and references. This PR includes: - Changed blocking errors to warnings when manager/user not set. - Updated warning message strings to be shorter and clearer. - Removed 'coach' and 'fleet_manager' responsible types and associated codes. - Adjust some test cases accordingly. Task - 4879248
This update replaces generic placeholder images with new, consistent icon images throughout the Odoo Enterprise platform. This improves the visual appeal and clarity of various modules, enhancing the user experience. The changes address outdated icons and streamline the user interface.
This update enhances the performance of account reports by directly accessing data within the line dictionary. Previously, the system had to retrieve this information through a separate browse operation, which was a performance bottleneck. This change streamlines the process, resulting in faster report generation.
Original PR description
This commit will include the code in the line dict to allow the _custom_line_postprocessor function to access it directly and avoid a browse on the line object to retrieve the value. no task id