Daily updates from Odoo
Thursday, June 30, 2022
2 changes
Resolved issues and error corrections
This change makes an internal spreadsheet document test more reliable by controlling the time used during the test. It helps prevent random test failures, supporting smoother development and release validation without changing user-facing behavior.
Original PR description
Before this commit, we did not have any insurence that last_update_date of spreadsheet.contributor for spreadsheet1 was **before** spreadsheet2. To ensure that, we freeze the time. Runbot-task-id 3955
This fix makes the rental app's automated browser test wait properly before cleanup, avoiding rare nightly failures. It helps keep internal test results stable without changing customer-facing rental features.
Original PR description
Fix some uncommon nightly error on the runbot where a race condition happened when the tour finished too soon. The test is successful but during the browser cleanup, things are still happening. task-2832564 See also: - https://github.com/odoo/odoo/pull/91920