Friday, June 27, 2025
3 changes · master
Resolved issues and error corrections
This change removes a previously added date picker customization for website rentals because the related main component update was not included. It keeps the rental booking interface aligned with the supported design approach and avoids unintended frontend behavior.
Original PR description
This reverts commit[1]. The goal of Commit[1] was to introduce more flexibility to the datetime picker by using props to handle the design of the component within the frontend, to preserve the design introduced with the revamp of the component within the backend while fine-tuning its design within the frontend. During the review process, it was decided that changes would be applied on the main component directly instead of monkey patching the component, which invalidated the need of props. As the counterpart was not merged, this change shouldn't have landed as well. [1]: https://github.com/odoo/enterprise/commit/e650409bd8b027074f262dfdfc407d8d71bb8e36
This fixes a misleading or incorrect label used when grouping subscription records. It helps users interpret grouped subscription views more easily and reduces confusion in day-to-day navigation.
The Belgian payroll report for double holiday pay now uses the correct label instead of referring to the 13th month. This makes the report name clearer and helps avoid confusion for payroll teams and employees.
Original PR description
Originally, the name structure for double holiday follows "13th Month -[Legal Name] -[year]". It has been renamed to "Double Holiday Pay - [Legal Name] -[year]" .