Daily updates from Odoo
Tuesday, October 18, 2022
2 changes
Enhancements to existing features
This update removes outdated internal event handling from the VoIP area that could contribute to memory leaks. It helps improve long-term reliability without changing how users interact with VoIP features.
Original PR description
These are deprecated since Owl 2, and lead to memory leak in the compatibility layer. This PR removes the last ones in the mail code. task-2877316 community: https://github.com/odoo/odoo/pull/103301
Messaging-related server calls were updated to use a stricter, named-parameter format. This improves consistency and maintainability behind the scenes, reducing the risk of errors as messaging features evolve.
Original PR description
community: https://github.com/odoo/odoo/pull/103295