Daily updates from Odoo
Sunday, August 31, 2025
3 changes · saas-18.4
Resolved issues and error corrections
This update improves test coverage for SMS marketing automation when using Twilio as the SMS provider. It also makes SMS activity execution more predictable, helping reduce inconsistent results during testing and troubleshooting.
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
The update removes country restrictions that could prevent certain localization reporting modules from being installed automatically. This helps ensure new local reporting features are added for existing companies when relevant localizations become available.
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 signing dialog now consistently starts with the automatic signature option selected. This creates a more predictable signing experience for users, whether or not they already have a saved signature.
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