+ To reply to the chat from the Notification itself. +
++ There's a 'Reply' button next to + the received message which helps + to easily reply to the messages. +
++ You can type your message and press + the enter key on the keyboard or + click on the arrow button to send. +
++ Once the message is sent, you + could see the replied messages + in the chat. +
++ Quickly Reply to Chats. +
++ Compatible with Community, Enterprise and Odoo.sh.
++ Yes, you can quickly + reply to the chats + using this module. +
++ A Reply button will be + visible next to the + received message. +
+(.*?)<\/p>/);
+ const result = match ? match[1] : null;
+ this.message = result
+ this.clickedAuthor = this.message.author;
+ },
+ // Actual compose of the message
+ async onClickSendReply(ev) {
+ this.thread = ev
+ const postThread = toRaw(this.thread);
+ const post = postThread.post.bind(postThread, this.replay_section.querySelector('.input_message').value);
+ if (postThread.model === "discuss.channel") {
+ this.replay_section.style = "none"
+ post();
+ } else {
+ await post();
+ }
+ },
+});
diff --git a/chat_quick_reply/static/src/core/public_web/messaging_menu.xml b/chat_quick_reply/static/src/core/public_web/messaging_menu.xml
new file mode 100644
index 000000000..b02483a23
--- /dev/null
+++ b/chat_quick_reply/static/src/core/public_web/messaging_menu.xml
@@ -0,0 +1,60 @@
+
+
+