Daily updates from Odoo
Tuesday, July 22, 2025
1 change · saas-18.3
Enhancements to existing features
The IoT integration no longer requires a database call to sign longpolling messages. This helps Point of Sale keep working when connectivity is limited or offline, reducing interruptions in store operations.
Original PR description
As it prevents the pos from working offline, we removed the call to the db to get a payload signature. Community PR: odoo/odoo#219865