Friday, October 10, 2025
6 changes · 19.0
Enhancements to existing features
Users can now close the image description box in the HTML editor by pressing the Escape key. This makes editing images smoother and more consistent with common keyboard behavior.
Original PR description
This PR aims to ensure that image description box gets closed when pressing escape key. task-5114224 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Recruiters can now generate more than one salary offer for the same applicant from the applicant view. This makes it easier to revise or resend offers during the hiring process without unnecessary restrictions.
Original PR description
Purpose: Modified the visibility attribute on the Generate Offer button in the applicant view so the it allows the generation of multiple offers for the same applicant Task ID: 5088931
Additional automated tests were added to confirm that appointment booking capacity, unavailability, cart bookings, invoice confirmation, and event creation work as expected. This helps reduce the risk of booking errors across paid appointments and website appointment sales.
Original PR description
\* = website_appoinment_sale, appointment_account_payment Add tests to ensure correct behaviour for the various scenarios. The following tests are added: - Users/resource's capacity computation when manage capacity is on and off. - Unavailability computation of users/resources in the `calendar.event`. - Check the bookings of user/resource in the cart for the availability after the invoice is confirmed. - Creation of the actual event when the booking from the cart is confirmed. Task-4919317 Forward-Port-Of: odoo/enterprise#91676
Manufacturing teams can now control the order of quality checks and instructions within work operations. This restores a previously available capability, making shop floor guidance easier to organize and follow.
Original PR description
- Sequence was added to give flexibility in ordering quality points inside operations. **Note:** this was already there in past versions, it was just forgotten in the latest redesign: https://www.odoo.com/odoo/project/966/tasks/5005235 Task: 5110982
The employee salary contract testing flow was updated to stay aligned with recent underlying changes. This helps keep automated checks reliable and reduces the risk of unnoticed issues in salary contract workflows.
Original PR description
This commit handles the change in test case due to the modification in the following commit [1]. [1]=https://github.com/odoo/odoo/pull/227819/commits/360b384ba4e24
This update improves internal test helpers used by the website editor so tests wait properly for sidebar updates and related background work. It helps reduce flaky automated tests, making future website editor changes safer and more reliable without changing the user experience.
Original PR description
We need a helper to wait enough Forward-Port-Of: odoo/odoo#226582