Friday, February 20, 2026
2 changes · saas-19.2
Enhancements to existing features
This update introduces a new feature that allows users to directly update the original Odoo records with information entered during the signing process. The system intelligently handles different data types and formatting issues, ensuring data integrity and preventing loss of information. This improves the accuracy and efficiency of document management.
Original PR description
Add an "Update values in Odoo" option that allows values entered during the signing process to update the original Odoo records. The sync process handles different data types and potential input issues. It parses localized date formats, formats text for HTML fields, and prevents data loss by ignoring blank fields or conflicting inputs if the document has duplicate fields. task-5951903
This update aligns the red counter and unread badge in conversations with notification settings, providing a clearer visual indication of unread messages. Users can now see if they've been mentioned in all messages, only mentions, or if there are no unread messages based on their notification preferences. This ensures a more intuitive and consistent experience for managing conversations.
Original PR description
Backport of https://github.com/odoo/odoo/pull/243218 This commit aligns the red counter and unread badge (bold) with notification settings. - All Messages: Red counter for mentions, unread badge (bold) for all messages - Mentions Only: Red counter and unread badge (bold) for mentions only - Nothing: No red counter, unread badge (bold) for all messages - Mute: Channels and groups are downgraded to "Mentions Only", with push notifications for mentions This ensures consistent and clear unread indicators across conversations. Task-5418490