Friday, August 22, 2025
2 changes · saas-18.3
New functionality added to Odoo
The Adam Equipment scale driver is no longer enabled by default on IoT boxes and is now provided through a separate Point of Sale option. This prevents unrelated serial devices from being incorrectly treated as scales, reducing setup confusion for customers, especially around fiscal devices.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/223687 Backport of https://github.com/odoo/odoo/pull/221326, note that in stable the new module WILL NOT be installed automatically, meaning if someone…
Community PR: https://github.com/odoo/odoo/pull/223687 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. 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
Adds support for Swedish BBAN, Bankgiro, and Plusgiro payments, including XML export files for bank processing. This helps Swedish businesses handle local payment formats directly in Odoo with fewer manual steps.
Original PR description
Enable generic Swedish BBAN and Bankgiro/Plusgiro payments and xml exports. Task: 3814018 Forward-Port-Of: odoo/enterprise#92584 Forward-Port-Of: odoo/enterprise#87850