Wednesday, October 1, 2025
2 changes · 19.0
Enhancements to existing features
This update makes it easier for custom Odoo modules to adapt how product stock valuation-related values are calculated. It mainly supports future customization needs without changing day-to-day user workflows.
Original PR description
FWP of https://github.com/odoo/odoo/pull/160201 cc @pfertyk @svs-odoo --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#222410
IoT Boxes now receive a clear unauthorized error when the database does not recognize them during driver download. This replaces an unclear empty response, making setup and support issues easier to diagnose.
Original PR description
When an iot box tries to download drivers from the database, but the db doesn't have a record corresponding to the IoT Box, the IoT Box receives an empty string, making it hard to debug why it couldn't download handlers. We now raise an unauthorized error to make it clearer. Forward-Port-Of: odoo/enterprise#94311 Forward-Port-Of: odoo/enterprise#93813