Wednesday, December 4, 2024
2 changes · master
Enhancements to existing features
Payment and batch payment screens were refined to make common actions easier to find and reduce small usability friction. Batch payment creation now fills the journal automatically, labels were corrected, and an unnecessary ordering control was removed from the journal list.
Original PR description
The changes are : - spelling correction - button rearrangement - autofill of journal_id field on batch payment creation - remove the order drag & drop button on batch payment journal list view linked:https://github.com/odoo/odoo/pull/185227 task-4276813
Restart and reboot commands for IoT boxes can now use an active websocket connection when the usual local network route is unavailable. This makes device management more dependable and prepares the IoT module for future real-time communication improvements.
Original PR description
Instead of using the longpolling endpoints, use the websocket to send the reboot/restart command. This simplifies the JS code and it should be easy to add other WS functionality in the future. https://www.odoo.com/odoo/project/1428/tasks/3619591