Daily updates from Odoo
Thursday, April 10, 2025
2 changes · 18.0
Features or functions removed from Odoo
This change removes an obsolete checkDelay setting that is no longer used after a previous update. It simplifies the code and test tours without changing expected user-facing behavior.
Original PR description
In this commit we remove checkDelay from codebase because it is no longer used since https://github.com/odoo/odoo/pull/194508 has been merged. 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
This change removes an obsolete delay configuration that is no longer used after a related platform update. It simplifies the codebase and test setup without changing customer-facing behavior.
Original PR description
In this commit we remove checkDelay from codebase because it is no longer used since https://github.com/odoo/odoo/pull/194508 has been merged.