Daily updates from Odoo
Wednesday, July 23, 2025
2 changes · master
New functionality added to Odoo
Accounting teams can now create a dedicated Audit return manually, separate from standard return flows. The change also introduces customizable check templates that can be attached to closings, giving users more flexibility for audit-specific review requirements.
Original PR description
This commit add a new accounting return type named Audit return. These returns are more special in a way that they are created manually. On top of that, this return does not use the default checks mechanism but something aside of that. It is called check template, the user can create it himself and add it to his closing. task-4840028 WIP custom checks wip checks
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