Saturday, July 26, 2025
1 change · 17.0
Resolved issues and error corrections
This change makes an internal tax report test run in a way that better prepares website assets and avoids timing-related failures. It helps keep automated checks stable, reducing false alarms for developers without changing customer-facing features.
Original PR description
This test could fail locally when assets are not up to date, or when using faketime. This is mostly because assets are not pregenerated if no http case is run. It can also fail randomly because http requests are not serialized. Forward-Port-Of: odoo/enterprise#90520