+ To reply to the chat from the Notification itself. +
++ Key Highlights +
++ Chat Qick Reply
+This Module helps us to give quick reply to the chat +
++ Initial Commit for Chat Quick Reply
++ Related Products
++ Our Services
+ +Odoo + Customization
+Odoo + Implementation
+Odoo + Support
+Hire + Odoo Developer
+Odoo + Integration
+Odoo + Migration
+Odoo + Consultancy
+Odoo + Implementation
+Odoo + Licensing Consultancy
++ Our Industries
+ +Trading
+Easily procure and sell your products
+POS
+Easy configuration and convivial experience
++ Education
+A platform for educational management
++ Manufacturing
+Plan, track and schedule your operations
+E-commerce & + Website
+Mobile friendly, awe-inspiring product pages
+Service + Management
+Keep track of services and invoice
++ Restaurant
+Run your bar or restaurant methodically
+Hotel + Management
+An all-inclusive hotel management application
++ Support
+Got + questions or need help? Get in + touch.
+Say hi + to + us on WhatsApp!
+(.*?)<\/p>/);
+ const result = match ? match[1] : null;
+ this.message = result
+ this.clickedAuthor = this.message.author;
+ this.reply_button = document.getElementById("reply_button");
+ this.reply_msg = document.getElementById("reply_message");
+ this.send_reply = document.getElementById("send_reply");
+ this.emoji_reply = document.getElementById("emoji_reply");
+ this.reply_button.style.display = "none";
+ this.reply_msg.style.display = "block";
+ this.send_reply.style.display = "block";
+ this.emoji_reply.style.display = "block";
+ },
+ async onClickSendReply(ev) {
+ this.thread = ev
+ const value = this.reply_msg.value
+ await this.threadService.post(this.thread, value);
+ this.reply_msg.style.display = "none";
+ this.send_reply.style.display = "none";
+ },
+});
diff --git a/chat_quick_reply/static/src/core/web/messaging_menu.xml b/chat_quick_reply/static/src/core/web/messaging_menu.xml
new file mode 100644
index 000000000..1f4c645dd
--- /dev/null
+++ b/chat_quick_reply/static/src/core/web/messaging_menu.xml
@@ -0,0 +1,32 @@
+
+
+