Wednesday, January 8, 2025
2 changes · master
Features or functions removed from Odoo
An old decimal precision helper that has been deprecated since 2020 has been removed from the base module. This reduces legacy code and encourages use of current supported approaches, with low impact unless custom code still depends on the removed helper.
Original PR description
Deprecated since 2020, removing the function and monkeypatch to expose in odoo.addons. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The internal record cache tool is being simplified so it can only be used for reading, not making changes. This reduces maintenance complexity and lowers the risk of unintended cache updates in debugging or testing scenarios, with little direct impact on everyday users.
Original PR description
In order to simplify cache management, remove progressively methods that allow updating the cache when it is possible. The `RecordCache` is used mostly for testing/debugging, we do not need to update the cache through there. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr