Daily updates from Odoo
Sunday, July 13, 2025
2 changes
1 change
Enhancements to existing features
This update adjusts internal testing rules so localization modules do not repeatedly fail a view-field check that is not run in their normal test flow. It helps keep automated validation cleaner and reduces unnecessary maintenance work without changing user-facing behavior.
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
1 change
Enhancements to existing features
Several country-specific localization modules are now excluded from a technical validation that was not being run for them consistently. This prevents repeated automated test failures without changing how users work with these localizations.
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