Daily updates from Odoo
Monday, November 10, 2025
1 change
Code cleanup and technical improvements
The update replaces older text-matching selectors with a newer, more precise option in the affected test code. This helps keep automated tests reliable and easier to maintain without changing business functionality.
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#98772