[IMP] Discuss,Livechat: update canned response label used in composer actions#17462
Closed
nees-odoo wants to merge 1 commit into
Closed
[IMP] Discuss,Livechat: update canned response label used in composer actions#17462nees-odoo wants to merge 1 commit into
nees-odoo wants to merge 1 commit into
Conversation
Collaborator
341744d to
4760444
Compare
fbfb05e to
456805e
Compare
456805e to
fe8fb64
Compare
maad-odoo
approved these changes
May 25, 2026
fe8fb64 to
69b617b
Compare
69b617b to
63b816c
Compare
… actions Previously, the documentation referred to the composer action as `Insert a Canned Response`. Now, the label has been updated to `Insert Canned Response` to match the current UI. task-6051094
63b816c to
fe5fc48
Compare
Feyensv
approved these changes
Jul 2, 2026
Feyensv
left a comment
Collaborator
There was a problem hiding this comment.
robodoo delegate+ delegate=alexkuhn
Contributor
Author
|
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Jul 2, 2026
… actions Previously, the documentation referred to the composer action as `Insert a Canned Response`. Now, the label has been updated to `Insert Canned Response` to match the current UI. task-6051094 closes #17462 Related: odoo/odoo#260137 Signed-off-by: Neel Ajitbhai Shah (nees) <nees@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
Jul 2, 2026
Purpose of this commit:
Improve the usability and consistency of poll features and composer actions.
This commit introduces:
- Composer actions:
- Rename `Insert a Canned response` to `Insert Canned Response`.
- Rename `Start a poll` to `Create Poll`.
- Neutralize SVG icon colors on hover to ensure all composer action icons
follow a consistent monochrome style (not limited to `Add from Documents`) on
hover.
- Poll:
- Display selected emojis as standalone option elements instead of
appending them inside the input field.
- Extend poll duration options with longer intervals
(e.g., 3 days, 1 week, 2 weeks).
- Improve the UX of poll creation, poll results, and the poll votes panel.
task-6051094
closes #260137
Related: odoo/documentation#17462
Signed-off-by: Neel Ajitbhai Shah (nees) <nees@odoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Previously, the documentation referred to the composer action as
Insert a Canned Response.Now, the label has been updated to
Insert Canned Responseto matchthe current UI.
See: odoo/odoo#260137
task-6051094