Friday, July 11, 2025
2 changes · saas-18.1
Enhancements to existing features
This change lets developers disable long-polling communication for hardware drivers so they can force and test websocket connections. It helps improve debugging of IoT device communication without changing normal business workflows.
Original PR description
In order to ease development/debugging lonpolling=>websocket fallback we added the possibility to disable longpolling calls in order to force the communication via websocket. Task: 4929877
The point of sale weighing dialog logic has been reorganized so it can be customized more easily. This is a minor internal improvement that supports tailored weighing flows without changing the standard user experience.
Original PR description
Enterprise PR: https://github.com/odoo/enterprise/pull/89280 This commit makes a small change to move the code that calls the weighing dialog into its own function. This is so it can more easily be overridden. task-4910716 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#217135