Thursday, July 17, 2025
4 changes · saas-18.2
Resolved issues and error corrections
This fixes an issue in the Gantt schedule view where choosing a custom range with the same start and end date could break navigation after clicking Today. Users can now move through schedule periods normally, avoiding confusion when managing resource bookings.
Original PR description
Steps to reproduce ================== - Go to Appointments > Schedule > Resources Bookings - Select a custom range with the same start date and stop date - Click apply - Click on Today - Use the next arrow => Nothing changes Cause of the issue ================== If there is 0 day between the start and stop dates, clicking on today will have the stop date before the start date. opw-4754203
This update fixes an automated website shop rental test so it no longer clicks the date picker while waiting. It helps keep quality checks stable without changing the customer-facing rental experience.
Original PR description
remove click on datepicker in the wait step build-error-213702 Forward-Port-Of: odoo/enterprise#89873
This update prevents a crash in the Knowledge app when optional article-related data is absent. It helps keep Knowledge features stable for users in edge cases where the system receives no details instead of a filled-in record.
Original PR description
Just be sure when using an argument that can be False instead of a dict. Task-4845982 Forward-Port-Of: odoo/enterprise#90285 Forward-Port-Of: odoo/enterprise#90254
This update corrects an Australian payroll accounting test that was failing after a fiscal year change. It helps keep automated validation reliable so payroll-related updates can be delivered with fewer interruptions.
Original PR description
Tests failed on runbot: https://runbot.odoo.com/odoo/runbot.build.error/228503 Forward-Port-Of: odoo/enterprise#89923