Tuesday, November 28, 2023
1 change · master
Features or functions removed from Odoo
This removes an outdated and misleading internal note and related legacy check in the core server code. The change reduces maintenance confusion without affecting everyday user workflows, because the old workaround is no longer needed in supported Python versions.
Original PR description
The TODO added in https://github.com/odoo/odoo/pull/29706 is confusing and asks to remove the `_handle_request_noblock` method completely. In fact, the TODO only targets the first if of the method. Why the confusion? It was merged at the same time as https://github.com/odoo/odoo/pull/37238, which reuses the same hook for another feature. Remove the confusing comment, and the first `if` of the method, as the fix is in all supported Python versions https://github.com/python/cpython/commit/10cb3760e8631a27f5db1e51b05494e29306c671).