Daily updates from Odoo
Monday, February 10, 2025
1 change · master
New functionality added to Odoo
Businesses can now send WhatsApp text confirmations when validating delivery orders, alongside the existing SMS option. This helps customers receive delivery updates through a widely used messaging channel, provided an approved WhatsApp template is configured.
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 functionality for SMS. SPECIFICATION This module introduces a new feature that allows sending text confirmation using WhatsApp when validating a delivery order. This can be done by ticking the `Text Confirmation` and selecting WhatsApp within the shipping settings. It is required to define an approved WhatsApp template that applies to the `stock.picking` model for sending text confirmation. Related Upgrade PR: https://github.com/odoo/upgrade/pull/5758 Task-3510974