Saturday, May 4, 2024
1 change · 17.0
Resolved issues and error corrections
A test in the web module was failing in May because it relied on a hardcoded April date. This fix adjusts the test to simulate running in April, ensuring the test passes consistently throughout the year regardless of the current month.
Original PR description
The fixed test only passed in April as it hardcoded the date of the date filter that was toggled. This commit patches the date to simulate that we're on April. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#164291