Daily updates from Odoo
Wednesday, January 7, 2026
1 change · master
Code cleanup and technical improvements
This update replaces the older system for sending push notifications with a more modern framework, improving performance and reliability. The changes streamline the notification request process and ensure consistent delivery across browsers, particularly in Firefox.
Original PR description
This PR migrates the social push notifications system from legacy publicWidget.Widget to the modern Interaction framework. The refactoring converts the notification request popup from a standalone widget to inline template rendering. **Current Behavior:** - Social push notifications rely on the legacy publicWidget.Widget system. - Notification request popup is implemented as a standalone widget. - Templates use widget.* syntax for binding. **Expected Behavior:** - Social push notifications use the modern Interaction framework. - Notification request popup is rendered inline with event handlers instead of as a separate widget. - Templates use direct property binding and t-out directives.