Daily updates from Odoo
Thursday, September 11, 2025
3 changes
2 changes
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.
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
1 change
New functionality added to Odoo
Adds support for using iMin receipt printers with Odoo Point of Sale, enabling businesses with iMin hardware to print customer receipts directly from POS. This integration is limited to receipt printing and does not apply to kitchen printers.
Original PR description
- Integrated with iMin Printer. - Only work with receipt printer, won't work in kitchen printer. task-5018605