Sunday, December 28, 2025
1 change · 19.0
Resolved issues and error corrections
This update makes a Point of Sale test less dependent on translated button labels by changing only the decimal separator setting needed for the test. It reduces the chance of false test failures when translations are updated, with no expected change for end users.
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