Daily updates from Odoo
Tuesday, December 2, 2025
2 changes · master
Code cleanup and technical improvements
This update clarifies the internal naming of a key component within the Point of Sale (POS) module. The change, named `iot_fdm_be_id`, improves code readability and maintainability. This is a routine refactoring to enhance the overall stability and development process of the POS system.
Original PR description
For clarity, we renamed `iface_fiscal_data_module` to `iot_fdm_be_id`.
This update enhances the integration of Odoo's Swedish Point of Sale (POS) system with the IoT platform. Specifically, it utilizes a new HTTP service to transmit fiscal data, streamlining the process and improving data accuracy for Swedish retailers. This change is part of ongoing efforts to optimize Odoo's performance and connectivity.
Original PR description
In this commit: - merge two overrides of pos_store, - rename `iface_sweden_fiscal_data_module` to `iot_fdm_se_id`, - use `iot_http` service for swedish fdm. odoo/odoo#238098