Daily updates from Odoo
Thursday, April 24, 2025
2 changes
Features or functions removed from Odoo
This work removes an outdated menu definition from the web client setup and updates related tests and portal templates so the interface continues to behave consistently. The change mainly affects navigation and internal validation across accounting, documents, knowledge, web enterprise, and studio areas.
Odoo no longer supports Adam weighing scales in IoT and delivery/POS scale workflows because they were unused and could be incorrectly detected as other serial devices. This reduces device-detection conflicts, especially with Belgian blackboxes, while aligning customers toward supported scale hardware.
Original PR description
This PR removes the code responsible for the detection and communication with Adam scales. These scales had no reliable way of detecting them as such, with the code always detecting every single serial connection as an Adam scale. Since Adam scales have been added to Odoo year s agom there are 0 existing (even archived) tickets in support concerning them, we are recommen ding Mettler Toledo scales to our clients and most importantly they interfere with the detectio n of belgian blackboxes we delete the problematic code and thus the support of these unused sca les. It also removes the associated 'manual_measurement' field and all of the associated fields and methods Associated Odoo PR: https://github.com/odoo/odoo/pull/206832 Associated upgrade PR: https://github.com/odoo/upgrade/pull/7589