Monday, November 24, 2025
1 change · master
Enhancements to existing features
Internal users can now write and edit messages with a richer HTML editor in chatter, Discuss, and live chat. This improves day-to-day communication by making formatting and suggestions more consistent across messaging areas.
Original PR description
This commit enables the html composer for internal users.
This allows internal users to use the html composer to write/edit
messages in the chatter, discuss, and livechat.
1. Uses wysiwyg for internal composer;
2. Adds composer plugin to bind the handlers so that we don't need to
redo it for textarea composer;
3. Adds suggestion plugin to replace the navigable suggestion list;
4. Uses the suggestion plugin in full composer;
task-4454078
https://github.com/odoo/odoo/pull/199806