Daily updates from Odoo
Thursday, December 4, 2025
2 changes · master
Features or functions removed from Odoo
This update removes the 'Registerer' component from the VoIP module. This change simplifies the VoIP system and aligns with evolving best practices for user experience. The removal addresses potential complexities and improves the overall stability of the system.
This update removes WebRTC support from the IoT modules, streamlining the system and reducing complexity. With the introduction of LNA for local networks, WebRTC is no longer necessary, and HTTP now provides a reliable alternative without requiring SSL certificates.
Original PR description
Community PR: odoo/odoo#238626 Since the introduction of LNA for communication on local networks, there is not much reason to use WebRTC as HTTP now also works without an SSL certificate. For this reason we remove it to reduce the complexity of the code. task-5386539