Daily updates from Odoo
Friday, November 14, 2025
2 changes
Code cleanup and technical improvements
The social push notification feature was updated behind the scenes to use Odoo’s newer frontend framework. This helps reduce reliance on older technology, improving maintainability while keeping the user experience largely unchanged.
Original PR description
In order to remove publicWidgets and jQuery from the frontend, this commit continue the conversion of public widgets to interactions.
This update modernizes how automated tests look for exact text in several Odoo Enterprise areas. It keeps test behavior the same while making the test code easier to read and maintain, reducing future maintenance effort.
Original PR description
This commit replaces all found occurrences where ':contains' (with an exact match regular expression) could be replaced by ':text'. Community: https://github.com/odoo/odoo/pull/234331 Forward-Port-Of: odoo/enterprise#99330 Forward-Port-Of: odoo/enterprise#98772