Daily updates from Odoo
Friday, July 15, 2022
1 change · master
Enhancements to existing features
The IoT app now separates user presence handling from message notification handling. This internal cleanup makes the system easier to maintain and prepares it for future real-time communication improvements such as websockets.
Original PR description
The code handling user presence and the one handling bus notifications are mixed up. In order to ease the PR introducing the websocket in Odoo and to clear this mess, the presence service has been introduced. task-2053917 community: https://github.com/odoo/odoo/pull/95981