odoo/enterprise#80475
Created by Discuss, Zelong Lin (zel)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 1s)
- Linked pull requests
- label
- odoo-dev:master-composer-html-internal-zel
- head
- bd69ff24f36d1b650987dc3f2f3c045d366b18d0
odoo/odoo | odoo/enterprise | |
---|---|---|
master | #199806 missing statuses missing r+ | #80475 missing statuses missing r+ |
[IMP] mail, *: use html composer for internal users
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.
- Uses wysiwyg for internal composer;
- Adds composer plugin to bind the handlers so that we don't need to
redo it for textarea composer; - Adds suggestion plugin to replace the navigable suggestion list;
- Uses the suggestion plugin in full composer;