From ffe38d66de1b6f44ea36ff85d4590ded0a63dd2d Mon Sep 17 00:00:00 2001 From: Denis Mudarisov Date: Fri, 20 Nov 2020 17:42:20 +0500 Subject: [PATCH] :octocat: new support address :point_right: help@itpp.dev --- mail_all/README.rst | 11 +++++----- mail_archives/README.rst | 8 +++++-- mail_attachment_popup/README.rst | 28 ++++++++++--------------- mail_base/README.rst | 14 ++++++------- mail_check_immediately/README.rst | 4 ++++ mail_fix_553/README.rst | 6 +++++- mail_move_message/README.rst | 8 ++++--- mail_private/README.rst | 25 ++++++++++------------ mail_recovery/README.rst | 25 ++++++++++------------ mail_reply/README.rst | 11 +++++----- mail_sent/README.rst | 8 +++++-- mail_to/README.rst | 27 ++++++++++-------------- mailgun/README.rst | 23 ++++++++++---------- res_partner_company_messages/README.rst | 6 +++++- res_partner_mails_count/README.rst | 8 +++++-- 15 files changed, 110 insertions(+), 102 deletions(-) diff --git a/mail_all/README.rst b/mail_all/README.rst index 48d4e55..0fd9d3f 100644 --- a/mail_all/README.rst +++ b/mail_all/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + =================== Show all messages =================== @@ -7,10 +11,7 @@ Adds ``Discuss / All`` menu, that shows all messages accesable by current user Further information ------------------- -HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_all/ - -Usage instructions: ``__ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_all/ -Changelog: ``__ -Tested on Odoo 9.0 d3dd4161ad0598ebaa659fbd083457c77aa9448d +Tested on `Odoo 9.0 `_ diff --git a/mail_archives/README.rst b/mail_archives/README.rst index dd0cac2..e22e10b 100644 --- a/mail_archives/README.rst +++ b/mail_archives/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Mail Archives ============= @@ -10,6 +14,6 @@ Click Discuss/Archive menu -- sent/received messages are displayed Further information ------------------- -HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_archives/ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_archives/ -Tested on Odoo 9.0 b9f206953e3f877adf18643f154d1262842564ee +Tested on `Odoo 9.0 `_ diff --git a/mail_attachment_popup/README.rst b/mail_attachment_popup/README.rst index 927cd02..4d8d5d9 100644 --- a/mail_attachment_popup/README.rst +++ b/mail_attachment_popup/README.rst @@ -1,35 +1,29 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + =================== Popup Attachments =================== The module opens attached mail images in popup. -Credits -======= +Questions? +========== + +To get an assistance on this module contact us by email :arrow_right: help@itpp.dev Contributors ------------- +============ * Dinar Gabbasov -Sponsors --------- -* `IT-Projects LLC `__ - -Maintainers ------------ -* `IT-Projects LLC `__ The module is not maintained in future versions because it's functionality built-in since Odoo 11.0. Further information =================== -Demo: http://runbot.it-projects.info/demo/mail-addons/10.0 - -HTML Description: https://apps.odoo.com/apps/modules/10.0/mail_attachment_popup/ - -Usage instructions: ``_ +Odoo Apps Store: https://apps.odoo.com/apps/modules/10.0/mail_attachment_popup/ -Changelog: ``_ -Tested on Odoo 10.0 9cf666288076dc4e315e62e7ca0d6fc59995a498 +Tested on `Odoo 10.0 `_ diff --git a/mail_base/README.rst b/mail_base/README.rst index 9313570..7e41e53 100644 --- a/mail_base/README.rst +++ b/mail_base/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Mail Base ========= @@ -11,18 +15,12 @@ One can say, that the module do this todo from `addons/mail/static/src/js/chat_m // to do: move this to mail.utils - Note. Due to odoo restrictions, module makes mail initialization again. That is browser loads emoji and other chat data twice. This is the only way to make Mail feature extendable. Further information =================== -Demo: http://runbot.it-projects.info/demo/mail-addons/10.0 - -.. HTML Description: https://apps.odoo.com/apps/modules/10.0/mail_base/ - -Usage instructions: ``_ +.. Odoo Apps Store: https://apps.odoo.com/apps/modules/10.0/mail_base/ -Changelog: ``_ -Tested on Odoo 10.0 1be57f2825af4f3ade20a658c6f97f6cf93cc866 +Tested on `Odoo 10.0 `_ diff --git a/mail_check_immediately/README.rst b/mail_check_immediately/README.rst index a9dbef4..52b572d 100644 --- a/mail_check_immediately/README.rst +++ b/mail_check_immediately/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Check mail immediately ====================== diff --git a/mail_fix_553/README.rst b/mail_fix_553/README.rst index e259bd6..a2f7ef9 100644 --- a/mail_fix_553/README.rst +++ b/mail_fix_553/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Fix mail error 553 ================== @@ -32,7 +36,7 @@ can happens and the module should be updated. You can check commits for mail_mail.py here: https://github.com/odoo/odoo/commits/8.0/addons/mail/mail_mail.py -Tested on Odoo 8.0 d023c079ed86468436f25da613bf486a4a17d625 +Tested on `Odoo 8.0 `_ Status ====== diff --git a/mail_move_message/README.rst b/mail_move_message/README.rst index 5957d56..aa2cc64 100644 --- a/mail_move_message/README.rst +++ b/mail_move_message/README.rst @@ -1,10 +1,12 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Mail relocation =============== -Demo: http://runbot.it-projects.info/demo/mail-addons/9.0 - Description: https://www.odoo.com/apps/modules/9.0/mail_move_message/ Further information and discussion: http://yelizariev.github.io/odoo/module/2015/04/10/mail-relocation.html -Tested on Odoo 8.0 d023c079ed86468436f25da613bf486a4a17d625 +Tested on `Odoo 8.0 `_ diff --git a/mail_private/README.rst b/mail_private/README.rst index ac2133a..bb60b88 100644 --- a/mail_private/README.rst +++ b/mail_private/README.rst @@ -1,29 +1,26 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + ==================== Internal Messaging ==================== Send private messages to specified recipients, regardless of who are in followers list. -Credits -======= +Questions? +========== + +To get an assistance on this module contact us by email :arrow_right: help@itpp.dev Contributors ------------- +============ * Pavel Romanchenko -Sponsors --------- -* `IT-Projects LLC `__ - Further information =================== -Demo: http://runbot.it-projects.info/demo/mail-addons/10.0 - -HTML Description: https://apps.odoo.com/apps/modules/10.0/mail_private/ - -Usage instructions: ``__ +Odoo Apps Store: https://apps.odoo.com/apps/modules/10.0/mail_private/ -Changelog: ``__ -Tested on Odoo 10.0 ffba5c688ff74a0630f9f70be1d7760a43a7deba +Tested on `Odoo 10.0 `_ diff --git a/mail_recovery/README.rst b/mail_recovery/README.rst index 7a930cb..59c727d 100644 --- a/mail_recovery/README.rst +++ b/mail_recovery/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + =============== Mail Recovery =============== @@ -9,26 +13,19 @@ TODO * add support for *full mail composer* -Credits -======= +Questions? +========== + +To get an assistance on this module contact us by email :arrow_right: help@itpp.dev Contributors ------------- +============ * Ildar Nasyrov -Sponsors --------- -* `IT-Projects LLC `__ - Further information =================== -Demo: http://runbot.it-projects.info/demo/mail-addons/9.0 - -HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_recovery/ - -Usage instructions: ``__ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_recovery/ -Changelog: ``__ -Tested on Odoo 9.0 fd9eb2e4819031c6758c021f4c335b591367632d +Tested on `Odoo 9.0 `_ diff --git a/mail_reply/README.rst b/mail_reply/README.rst index ff373c7..9a0ad4a 100644 --- a/mail_reply/README.rst +++ b/mail_reply/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + ========================== Always show reply button ========================== @@ -7,10 +11,7 @@ The module allows to reply to any message. Out-of-box odoo shows reply button fo Further information =================== -HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_reply/ - -Usage instructions: ``__ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_reply/ -Changelog: ``__ -Tested on Odoo 9.0 d3dd4161ad0598ebaa659fbd083457c77aa9448d +Tested on `Odoo 9.0 `_ diff --git a/mail_sent/README.rst b/mail_sent/README.rst index aded732..0a7b27f 100644 --- a/mail_sent/README.rst +++ b/mail_sent/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Sentbox ======= @@ -11,6 +15,6 @@ Further information ------------------- Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/19/sentbox.html -HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_sent/ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_sent/ -Tested on Odoo 9.0 b9f206953e3f877adf18643f154d1262842564ee +Tested on `Odoo 9.0 `_ diff --git a/mail_to/README.rst b/mail_to/README.rst index b69a51c..4771bdb 100644 --- a/mail_to/README.rst +++ b/mail_to/README.rst @@ -1,32 +1,27 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + ========================= Show message recipients ========================= Allows you be sure, that all discussion participants were notified. Adds recipients label the right of message. -Credits -======= +Questions? +========== + +To get an assistance on this module contact us by email :arrow_right: help@itpp.dev Contributors ------------- +============ * Pavel Romanchenko -Sponsors --------- -* `IT-Projects LLC `__ - -Maintainers ------------ -* `IT-Projects LLC `__ Further information =================== -Demo: http://runbot.it-projects.info/demo/mail-addons/10.0 - -HTML Description: https://apps.odoo.com/apps/modules/10.0/mail_to/ -Usage instructions: ``_ +Odoo Apps Store: https://apps.odoo.com/apps/modules/10.0/mail_to/ -Changelog: ``_ -Tested on Odoo 10.0 ffba5c688ff74a0630f9f70be1d7760a43a7deba +Tested on `Odoo 10.0 `_ diff --git a/mailgun/README.rst b/mailgun/README.rst index 20db777..f87a734 100644 --- a/mailgun/README.rst +++ b/mailgun/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + ========= Mailgun ========= @@ -12,25 +16,20 @@ TODO * If emails are sent when odoo is stopped then Mailgun will retry (other than for delivery notification) during 8 hours at the following intervals before stop trying: 10 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hour and 4 hours. This could be fixed by fetching undelivered messages after odoo starts. -Credits -======= +Questions? +========== + +To get an assistance on this module contact us by email :arrow_right: help@itpp.dev Contributors ------------- +============ * Ildar Nasyrov * Ivan Yelizariev -Sponsors --------- -* `IT-Projects LLC `__ - Further information =================== -HTML Description: https://apps.odoo.com/apps/modules/9.0/mailgun/ - -Usage instructions: ``__ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mailgun/ -Changelog: ``__ -Tested on Odoo 9.0 c8cd67c5d98b410cabe0a6efb3347a8a4de731d8 +Tested on `Odoo 9.0 `_ diff --git a/res_partner_company_messages/README.rst b/res_partner_company_messages/README.rst index fdedf12..57611ab 100644 --- a/res_partner_company_messages/README.rst +++ b/res_partner_company_messages/README.rst @@ -1,6 +1,10 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Aggregate messages from company's contacts ========================================== By default, odoo displays under partner form only its own messages. The module shows under company form both their own messages and the messages of any contacts attached to that company. -Tested on Odoo 10.0 e8b0c1db69f04b0f8391d7ee4848ccf576018bf3 +Tested on `Odoo 10.0 `_ diff --git a/res_partner_mails_count/README.rst b/res_partner_mails_count/README.rst index 9513807..0934f87 100644 --- a/res_partner_mails_count/README.rst +++ b/res_partner_mails_count/README.rst @@ -1,3 +1,7 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + Smart buttons for mails count ============================= @@ -11,6 +15,6 @@ You can see Smart buttons "Mails from" and "Mails to" in the contact form in the Further information ------------------- -HTML Description: https://apps.odoo.com/apps/modules/9.0/res_partner_mails_count/ +Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/res_partner_mails_count/ -Tested on Odoo 9.0 b9f206953e3f877adf18643f154d1262842564ee +Tested on `Odoo 9.0 `_