diff --git a/mail_private/README.rst b/mail_private/README.rst index 1bbfd6f..b1752d6 100644 --- a/mail_private/README.rst +++ b/mail_private/README.rst @@ -2,7 +2,7 @@ Internal Messaging ==================== -При отправке сообщения в карточке сообщение по умолчанию отправляется всем подписанным пользователям. Но часто бывают случаи, когда отправлять сообщения нужно только определенным лицам. Данный модуль дает возможность выбирать получателей отпрвляемого сообщения и не рассылать его всем подписанным пользователям. +Send private messages to specified recipients, regardless of who are in followers list. Credits ======= @@ -26,4 +26,4 @@ Usage instructions: ``_ Changelog: ``_ -Tested on Odoo 8.0 0af32f3f84bae07b11abb8538d02e35c7369a348 \ No newline at end of file +Tested on Odoo 8.0 0af32f3f84bae07b11abb8538d02e35c7369a348 diff --git a/mail_private/__openerp__.py b/mail_private/__openerp__.py index 31cfc56..6b5dba5 100644 --- a/mail_private/__openerp__.py +++ b/mail_private/__openerp__.py @@ -1,17 +1,17 @@ # -*- coding: utf-8 -*- { "name": """Internal Messaging""", - "summary": """Allows you to send private messages to specified recipients only no matter who are in followers list.""", - "category": "Social Network", - "images": [], + "summary": """Send private messages to specified recipients, regardless of who are in followers list.""", + "category": "Discuss", + "images": ['images/mail_private_image.png'], "version": "1.0.0", "application": False, "author": "IT-Projects LLC, Pavel Romanchenko", "website": "https://it-projects.info", "license": "GPL-3", - #"price": 9.00, - #"currency": "EUR", + "price": 90.00, + "currency": "EUR", "depends": [ "mail", diff --git a/mail_private/doc/index.rst b/mail_private/doc/index.rst index b225f16..4a0ec62 100644 --- a/mail_private/doc/index.rst +++ b/mail_private/doc/index.rst @@ -10,19 +10,15 @@ Nothing special is needed to install this module. Usage ===== -Для того чтобы отправить сообщение только выбранным получателям: +To send a message to specified recipients: -* Кликните по кнопке ``[Send Private Message]`` +* Click on the ``[Send internal message]``. -* По умолчанию все подписанные пользователи отключены. Включите флажки тем пользователям, которым вы хотите отправить сообщение. +* Choose the recipients that should receive a message by ticking the checkboxes. -* Если вы хотите добавить получателей из числа неподписанных пользователей, нажмите на кнопку ``[Open the full mail composer]`` в правом верхнем углу блока отправки сообщения. +* To add more recipients click on the ``[Open the full mail composer]`` on the right upper corner of the message block and choose recipients in the **Recipient** field. -* В поле **Recipient** добавьте получателей. - -* Нажмите кнопку ``[Send]``. - -Для проверки подпишите на какую-нибудь карточку двух получателей: Demo User и любого другого. Отправьте сообщение, выбрав в числе получателей только второго подписанного пользователя. Залогиньтесь как Demo User и проверьте, что ему сообщение не пришло. +* Click on the ``[Send]`` button. Uninstallation ============== diff --git a/mail_private/images/mail_private_image.png b/mail_private/images/mail_private_image.png new file mode 100644 index 0000000..db45b79 Binary files /dev/null and b/mail_private/images/mail_private_image.png differ diff --git a/mail_private/static/description/check_recipients.png b/mail_private/static/description/check_recipients.png new file mode 100644 index 0000000..3eb915d Binary files /dev/null and b/mail_private/static/description/check_recipients.png differ diff --git a/mail_private/static/description/icon.png b/mail_private/static/description/icon.png new file mode 100644 index 0000000..79f7d8f Binary files /dev/null and b/mail_private/static/description/icon.png differ diff --git a/mail_private/static/description/index.html b/mail_private/static/description/index.html new file mode 100644 index 0000000..a78392a --- /dev/null +++ b/mail_private/static/description/index.html @@ -0,0 +1,63 @@ +
+
+
+

Internal Messaging

+

Send private messages to specified recipients, regardless of who are in followers list.

+
+
+
+ +
+
+
+

+ By default, to send a private message to specific recipient(s) you need to delete other followers included to the same document. The module allows to send private messages to recipients you specified, regardless of who are in the followers list. +

+

+ It simplified internal communication in leads, when you need to send some private messages to your colleagues before reply to customer. +It helps in records like project tasks too. In a task with many participants, you can easily send message and only specified colleagues will be notified. It allows to have clean inbox for everybody. It's very important, because it's too easy to neglect important message in Inbox full of useless messages. +

+
+
+
+ +
+
+
+

How it works

+

+ Click on the "Send internal message" and choose the recipient(s). Then type any message and click on the "Send" button. +

+
+ +
+
+
+
+ +
+
+
+

+ As a result you can see the message with a dark background, which is sent to the corresponding recipient(s). Other followers of the document will not receive your message. +

+
+ +
+
+
+
+ + +
+
+
+

Need our service?

+

Contact us by email or fill out request form

+ +
+
+
diff --git a/mail_private/static/description/result_message.png b/mail_private/static/description/result_message.png new file mode 100644 index 0000000..17e640c Binary files /dev/null and b/mail_private/static/description/result_message.png differ