Tuesday, March 5, 2024
2 changes · master
Resolved issues and error corrections
The company bike benefit in Belgian salary packages now uses a grouped dropdown by default. This makes the option list clearer and helps employees or HR users choose the right bike-related benefit more easily.
Original PR description
With this commit, by default the display type of the company bike is "dropdown-group" instead of "dropdown" task : 3659590
Fixed an error that could appear when using the auto plan button with only the Planning app installed. The sales-specific logic now runs only when the Sales Planning feature is available, preventing disruptions for Planning users.
Original PR description
Part of this commit- https://github.com/odoo/enterprise/pull/51742/commits/6f66cc46ddb554725b6bc8ab68691597f5eba24e If only the planning is installed, then the sale_order_id will not be found, causing a traceback. I have moved this code to the sale_planning. task-3764488