We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32a6b7 commit 8261921Copy full SHA for 8261921
mail_to/static/src/js/mail_to.js
@@ -13,6 +13,7 @@ odoo.define('mail_to.MailTo', function (require) {
13
14
msg.partner_ids = data.partner_ids;
15
msg.channel_names = data.channel_names;
16
+ msg.channel_ids = data.channel_ids;
17
msg.recipients = data.partner_ids.concat(data.channel_names);
18
if (!msg.partner_ids && !msg.channel_names) {
19
return msg;
0 commit comments