Daily updates from Odoo
Friday, August 22, 2025
2 changes
1 change
Features or functions removed from Odoo
The website editor toolbar no longer offers a font family picker. This helps avoid expectations around custom web fonts, which can be complex to support without hurting website performance.
Original PR description
Because it is quite complex to enable non-websafe fonts in website without impacting the performances, it was decided to remove the possibility to change the font family with the toolbar within website to deter users from requesting this feature. This commit removes the font family picker from the toolbar when editing the website. task-4367641
1 change
Features or functions removed from Odoo
The IoT box will no longer include the Adam scale driver by default because it was incorrectly identifying many serial devices as Adam scales. This reduces device confusion for customers, but users who rely on Adam scales may need to install the separate driver module manually after an IoT box restart.
Original PR description
Enterprise PR: https://github.com/odoo/enterprise/pull/92824 Backport of https://github.com/odoo/odoo/pull/221326, note that in stable the new module WILL NOT be installed automatically, meaning if someone is using an Adam scale it will break if their IoT box restarts. It was chosen to proceed anyways as it is unlikely anyone is using this setup in 18.3, and if they are it can be fixed by installing the module manually. The Adam scale driver causes many issues due to it detecting any serial device as an Adam scale, as there is no way to identify them automatically. This causes much confusion for clients, as their devices are wrongly appearing as an Adam scale. This commit removes the driver from the IoT box by default. It is being moved into a separate module in the associated Enterprise PR. task-4954021 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr