Daily updates from Odoo
Friday, December 26, 2025
1 change · saas-18.3
Enhancements to existing features
This update enhances logging across both websocket and longpolling connections in the hardware drivers module. By consistently logging actions performed through longpolling, we gain better visibility into system performance and potential issues, leading to faster troubleshooting and improved reliability. This change was implemented to ensure comprehensive monitoring across all interaction methods.
Original PR description
Currently we only log actions done through the websocket connection in info level. This PR adds the same for longpolling controller and adds the performance time check around the actions Added in sas-18.3 as only longpolling for pos is possible before that