Daily updates from Odoo
Thursday, April 24, 2025
4 changes · master
Features or functions removed from Odoo
This change removes unused code from the field service sales area. It helps keep the system easier to maintain without changing how users work with the product.
Original PR description
Removing the dead code
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.
The Documents Accounting app no longer includes the old Tax Statement and Financial Statement activity types. These reminders were tied to an earlier workflow for accounting firms and have been replaced by newer accounting returns functionality, reducing clutter for users.
Original PR description
Remove {Tax, Financial} Statement activity types. There were linked to development targetting *fiduciaires* but are nox replaced by better feature, notably accounting returns feature.
Followup of odoo#206592
Task-4592571Odoo 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