Tuesday, August 19, 2025
2 changes · master
New functionality added to Odoo
The Point of Sale delivery integration now supports Wolt as an additional food delivery provider. This gives restaurants using Odoo more choice in connecting their delivery operations to external platforms.
Original PR description
Following this commit: - Integrated Wolt as delivery provider in pos_urban_piper. task-4882282 Forward-Port-Of: odoo/enterprise#88222
The Adam Equipment scale driver is now available as a separate module and must be enabled explicitly in Point of Sale settings. This prevents unrelated serial devices from being mistakenly detected as scales, reducing setup confusion for customers using IoT boxes and FDM devices.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/221326 Upgrade PR: https://github.com/odoo/upgrade/pull/8142 Before this commit, the Adam Equipment serial scale driver was included by default on the IoT box. However, this causes issues as there is no way to detect the presence of one of these scales automatically. This caused any unidentified serial device to be registered as an Adam scale, leading to much confusion with customers, especially regarding setting up an FDM. After this commit, the Adam driver is moved into its own module, and a checkbox added to the PoS settings to enable it. This way, only customers who actually need the driver will get it, and everyone else can benefit from not having it wrongly detect devices. task-4954021