Daily updates from Odoo
Wednesday, July 23, 2025
1 change · master
New functionality added to Odoo
Businesses can now send WhatsApp confirmation messages when validating delivery orders, giving customers another familiar channel for delivery updates. The option is configured in shipping settings and requires an approved WhatsApp template for delivery orders.
Original PR description
PURPOSE This commit adds a feature to send WhatsApp messages as a text confirmation while validating a delivery order, similar to the existing SMS functionality. SPECIFICATION - Users can enable this by ticking `Text Confirmation` and selecting WhatsApp in the shipping settings. - An approved WhatsApp template must be defined for the `stock.picking` model to send the confirmation message. Related Upgrade PR: https://github.com/odoo/upgrade/pull/7195 Task-3510974