Sunday, August 31, 2025
3 changes · saas-18.2
Enhancements to existing features
This update adds coverage for Twilio as an SMS provider in marketing automation and makes SMS activity execution more predictable. It helps reduce testing and debugging uncertainty, supporting more reliable automated SMS campaign behavior.
Original PR description
Add tests for twilio integration as an SMS provider. See community PR for more details. Task-4658352 Forward-Port-Of: odoo/enterprise#93495
Resolved issues and error corrections
This fixes how Chinese and French localization report modules are marked for automatic installation. New localization report modules can now be installed when added, even if existing companies already have their reporting setup.
Original PR description
Specifiying countries in the manifest will only auto-install the module if at least one company is in one of the countries. This is not wanted as, if someone already has a company with it's reports module, and we add a new localization. We want that new localization to auto-install it's reports module. Forward-Port-Of: odoo/enterprise#93412
The signature dialog now consistently starts with the automatic signature option selected, whether or not the user already has a saved signature. This makes the signing experience more predictable and reduces confusion when completing documents.
Original PR description
Ensure the signature dialog consistently defaults to the "auto" option, regardless of whether a user has a pre-set signature or not. task-5012307 Forward-Port-Of: odoo/enterprise#93427 Forward-Port-Of: odoo/enterprise#92276