Sunday, July 13, 2025
3 changes · saas-18.1
Enhancements to existing features
This update keeps automated checks from repeatedly flagging country-specific localization modules that are tested separately. It reduces maintenance noise for the team without changing day-to-day product behavior for users.
Original PR description
Most l10n modules are only installed during the standalone l10n job, which does not run `test_uncommented_invisible_field`. As a result they fail the test in every version where it was introduced. - sort the whitelisted modules - add the l10n that currently fail, as we don't want to fix them - revert change adding a bunch of comments in views
Resolved issues and error corrections
The rental date entry flow was corrected so customer selections are properly confirmed during website rentals. This helps prevent incorrect or unsaved rental dates when shoppers choose rental periods online.
Original PR description
## Version 18.0 saas-18.1 Non existing test from saas-18.2 ## Issue Commit a16a25b6023d2d48ad5c00853728c1498509b5a5 introduced a bug while not simulating the entire flow allowing to save a rental date input. runbot-229659 runbot-229660 Forward-Port-Of: odoo/enterprise#89506
Code cleanup and technical improvements
This change reverses a previous broad update that was creating repeated conflicts during forward-porting and did not fully prevent future validation issues. The team will instead handle exceptions in tests, reducing maintenance overhead without changing business functionality.
Original PR description
Change is noisy, conflicts on every forward port, and doesn't preclude adding more errors. Whitelist on the test side instead.