Monday, May 19, 2025
4 changes · saas-18.3
Resolved issues and error corrections
This fixes an internal automated test that could fail when run on Sundays because two date systems represented Sunday differently. The change makes the comparison consistent, reducing false test failures and helping keep release validation reliable.
Original PR description
Versions -------- - saas-18.3+ Steps ----- 1. Run `test_ir_sequence_iso_directives` on a Sunday. Issue ----- Test fails on the weekday. Cause ----- The sequence considers Sunday to be day `0`, whereas the control, based on `datetime.isocalendar` considers Sunday to be day `7`. Solution -------- Compare on the weekday, modulo 7. runbot-223209
Event registration searches now filter by the correct event start date. This ensures users get accurate results whether an event has a single schedule or multiple time slots.
Original PR description
Purpose ======= Fix the event_begin_date filtering on the event.registration search view. Specification ============= Following the addition of multi slots, the field has been changed to be computed. This messes up the filtering on the field in the search view. Adding a search method on the field to make sure the domain correctly applies on the slot start datetime if event is multi slots else on the event start date. related: odoo/odoo#205945 Task-4804722 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents edited link text from disappearing when a user opens the link editing popover and then chooses discard. It protects content changes made directly in the editor, reducing accidental data loss while editing website or document content.
Original PR description
Before the commit, changes made to the link text from outside the edit popover would not be saved if discard is clicked in the edit popover. Steps to reproduce: - click on a link - whitout clicking on the edit link button, change the link text - click the edit link button and then click discard - the changes done to the link text have been deleted
This update adjusts the Manufacturing work center screens so they can be redirected more reliably from related enterprise features. It is a small behind-the-scenes fix that helps users land on the correct work center view when moving between connected pages.
Original PR description
Add a path to the workcenter action to facilitate a redirect in the linked enterprise PR. task-4731403 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr