diff --git a/mail_drop_target/README.rst b/mail_drop_target/README.rst index d0ea1a9df..426774968 100644 --- a/mail_drop_target/README.rst +++ b/mail_drop_target/README.rst @@ -29,6 +29,10 @@ This module was written to allow users to drag&drop emails from their desktop to It supports as well RFC822 .eml files as Outlook .msg (those only if `an extra library `_ is installed) files. +When the mail is dropped to an odoo record, it will automatically send a notification +of that new message that has been added to all the existing followers. It is possible +to disable this notification. + **Table of contents** .. contents:: diff --git a/mail_drop_target/static/description/index.html b/mail_drop_target/static/description/index.html index 655a1deb3..bb4c743ce 100644 --- a/mail_drop_target/static/description/index.html +++ b/mail_drop_target/static/description/index.html @@ -370,6 +370,9 @@ ul.auto-toc {

Beta License: AGPL-3 OCA/social Translate me on Weblate Try me on Runbot

This module was written to allow users to drag&drop emails from their desktop to Odoo.

It supports as well RFC822 .eml files as Outlook .msg (those only if an extra library is installed) files.

+

When the mail is dropped to an odoo record, it will automatically send a notification +of that new message that has been added to all the existing followers. It is possible +to disable this notification.

Table of contents