Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 647 |
Technical Name |
ks_chat_edit_and_delete |
License | LGPL-3 |
Website | https://store.ksolves.com/ |
Versions | 12.0 13.0 14.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 647 |
Technical Name |
ks_chat_edit_and_delete |
License | LGPL-3 |
Website | https://store.ksolves.com/ |
Versions | 12.0 13.0 14.0 |
Odoo Chat Edit/Delete
This app is an extension to the already available chat functionality of Odoo. It provides the feature of editing and deleting an already sent message.
Key Features
-
You can edit an already sent message up until 15 minutes from the time the message is first sent.
-
-
-
Go to Settings Menu.
-
In Settings, go to General Settings and Enable the Chat Edit/Delete App by checking the box.
-
Once Enabled, you will see another checkbox appear named “Allow Admin to delete any chat.” If you wish to enable the feature, you may check the box and save the settings that you have done.
-
On Enabling the Ksolves Odoo Chat/Edit app, you will notice Edit Icon and Delete Icon appear along with your chats..
-
In order to edit an already sent message, select the Edit Icon, and then edit your message as intended and update the new message.
-
An “(Edited)” tag is displayed over an edited message.
-
In order to delete an already sent message, select the Delete Icon.
-
Once you select the option to delete an already sent message, a warning pops up asking for your final approval. Select Ok to proceed with your deletion.
-
Once a message is deleted by a user, a default message which reads “This message was deleted” is displayed in place of the originally deleted message.
-
If an admin deletes a user’s message, a default message which reads “Admin has deleted this message” is displayed in place of the originally deleted message.
12th
Feb, 2020
Latest Release 1.1.1
■ Fix - Updated CSS for feedback pop-up.
Note:
Extensively Tested on Odoo Vanilla with Ubuntu OS
Ksolves Suggested Apps

Ksolves Odoo Services


Odoo Implementation

Odoo Community Apps

Odoo Support & Maintenance

Odoo Customization

Odoo Integration Services

Odoo Developer Outsourcing
sales@ksolves.com
1800 121 0218
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedodoo chat edit/delete module not working on odoo14 version. I had installed this module on odoo14 but after installed successfully not showing any error but edit and delete icon not showing in discuss module. I need your help
Re:
Hello Munna!
We are sorry for delay in response. Please would it be possible to share error screen shot or recording on odoo.helpdesk@ksolves.com. The Technical Team will get in touch with you immediately.
Thanks
Team Ksolves!
Hi,
Are you planning to release this module for Odoo14?
Thanks.
Re:
Hi Itssubas,
Thanks for sharing the query with us and showing your interest, we really appreciate it!
Yes, we are working to release the V14 soon, it would be helpful if you can drop us an email at sales@ksolves.com so that we shall keep you posted on the same.
In case of any help, please reach out to us.
Thanks
Ksolves!
Great App. But need a small bug fix
At sometimes, type of variable named "fields" maybe list or dict (in line 56, ks_chat_edit_and_delete/models/models.py). So "fields.append('ks_msg_edit')" produce error for dict
Re: Great App. But need a small bug fix
Hi Akhilesh, thanks for your query. We will check the same. If you face any concerns, please drop us an email on sales@ksolves for further queries. Thanks!
Great App. But need a bug fix.
In ks_chat_edit_and_delete/models/models.py, line no. 56, sometimes the 'fields' is a list or dict. So in the case of dict, "append" not works.