Daily updates from Odoo
Thursday, September 11, 2025
3 changes · master
New functionality added to Odoo
A new bridge module connects Sign with AI features so the AI option in the Sign sending flow appears correctly. AI-related functionality now loads only when the AI module is available, avoiding confusing display issues for users without AI installed.
Original PR description
In this commit, Introduce a bridge module that integrates AI features into the Sign send wizard. Without this module, when AI is not installed, the AI button in the wizard was incorrectly rendered as a HTML field instead of a AI button. After this commit, the button displays correctly and AI features load only when AI module is available.
Point of Sale can now receive and manage orders from external food delivery platforms, starting with GrabFood and GoFood. This helps restaurants in Southeast Asia centralize online platform orders in Odoo and provides a foundation to add more providers later.
Original PR description
Introduction: This commit integrate with multiple platform order platform in SEA. This commit also implement a skeleton code base for future adding additional platform order provider. As of now, we included GoFood and GrabFood to begin with. Features list: - Skeleton code for platform order - GrabFood integration - GoFood integration task-4215826 task-3726824
Users can now send signature requests through WhatsApp as well as email. Administrators can configure a WhatsApp message template in the Sign settings, and the WhatsApp send option appears only when that template is available, giving teams another channel to collect signatures faster.
Original PR description
Implemented a new feature that allows users to send sign requests via WhatsApp in addition to email. A new global setting has been added in the Sign app configuration to let users define a WhatsApp message template for sign requests. Once configured, a new button appears in the Send Request wizard, enabling users to send the request via WhatsApp using the selected template. The system uses the defined WhatsApp template to generate the message, including placeholders such as recipient name, document title, and signing link. If no template is configured, the WhatsApp button remains hidden. This enhancement improves flexibility and expands the available communication channels for collecting digital signatures. task-5079248