-
- Downloads
[FIX] bus: fix websocket json routes
Transform the /websocket/update_bus_presence route to type='json' which makes more sense as a POST than a get, seeing it does things with a parameter and doesn't return anything. Also fixes the _update_bus_presence method that leads to access errors when accessed from HTTP when the user is the public one (only portal/ internal users should update their presences). Part-of: odoo/odoo#100416
Please register or sign in to comment