Monday, September 30, 2024
3 changes · 18.0
Enhancements to existing features
The wording for sending SMS messages has been simplified from “Send SMS text message” to “Send SMS” across multiple Odoo apps. This creates clearer, more consistent labels for users wherever SMS actions appear.
Original PR description
This commit rename all occurrence of the "send SMS text message" to "Send SMS" task: 4213146 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Hoot library used by Odoo's web module has been moved out of development status and marked as version 1.0.0. This signals that the library is now considered stable for official use, improving confidence for teams relying on it in web testing and tooling.
Original PR description
Remove "dev" status of the Hoot library and marks it as the official first version. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A problematic payroll test has been temporarily disabled to avoid unreliable test results during development. This helps keep validation pipelines stable while the underlying issue is investigated, with no expected impact on day-to-day payroll use.