Daily updates from Odoo
Saturday, October 18, 2025
3 changes · master
Enhancements to existing features
The IoT client no longer waits for each message to the IoT Box to finish sending before continuing. This reduces delays in related workflows and helps keep the user interface more responsive when communicating with connected devices.
Original PR description
In order to avoid blocking code execution when sending websocket messages to the IoT Box from the client, we stopped waiting for the `send_message` call to complete. Forward-Port-Of: odoo/enterprise#97431 Forward-Port-Of: odoo/enterprise#97267
This update aligns tax rounding behavior with recent changes for Mexican electronic invoicing and related tax calculations. It helps produce more accurate compliant invoice totals and reduces rounding discrepancies in localized accounting flows.
Original PR description
Forward-Port-Of: odoo/enterprise#97443 Forward-Port-Of: odoo/enterprise#96809
Belgian CODA bank statement imports now include more useful payment references for POS and SEPA transactions. This helps Odoo match payments to open items more reliably, reducing manual reconciliation work for accounting teams.
Original PR description
When importing a coda file, we deduce the payment ref depending on what is put in the coda. In the case of pos and sepa, we could add the reference in the payment ref to ease the process of auto reconcile. task-5065438 Forward-Port-Of: odoo/enterprise#94093