Thursday, May 8, 2025
3 changes · master
Features or functions removed from Odoo
This change removes an obsolete delay setting that is no longer used after earlier updates. It simplifies internal code and automated test flows without changing the day-to-day user experience.
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 outdated internal method from the web domain handling code. It simplifies maintenance and reduces unused functionality without expected impact on everyday users.
This cleanup removes an obsolete delay setting that is no longer used after a related platform update. It reduces maintenance overhead 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.