Daily updates from Odoo
Sunday, December 28, 2025
1 change · saas-18.4
Resolved issues and error corrections
This update fixes a vulnerability in the Point of Sale testing process. Previously, tests relied on translated button labels, making them susceptible to issues when translations changed. The fix ensures tests use the default language's decimal separator, improving test stability and reducing the risk of failures.
Original PR description
In the tour added in this commit[^1], they switched the language to French to test `,` as a decimal separator. The test depends on a button label to click that was translated to French. This is pretty brittle since translations can change, and also not necessary for what we need to test. We just change the decimal separator on the current language in the test so the label can keep the source language. This is also done in other places in the tours. (Issue found when translating saas-19.1) [^1]: https://github.com/odoo/odoo/commit/c712835cf7fc364a50ad9797f933df148720e829 Forward-Port-Of: odoo/odoo#241485