Browse Source

Merge pull request #314 from trojikman/13.0-readme-cleanup

commit is created by 👷‍♂️ Merge Bot: https://odoo-devops.readthedocs.io/en/latest/git/github-merge-bot.html
13.0-mail_multi_website-publish
Mitchell Admin 4 years ago
committed by GitHub
parent
commit
658a9adfa8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      mail_all/README.rst
  2. 36
      mail_archives/README.rst
  3. 36
      mail_base/README.rst
  4. 4
      mail_check_immediately/README.rst
  5. 6
      mail_fix_553/README.rst
  6. 36
      mail_move_message/README.rst
  7. 36
      mail_private/README.rst
  8. 25
      mail_recovery/README.rst
  9. 36
      mail_reply/README.rst
  10. 36
      mail_sent/README.rst
  11. 36
      mailgun/README.rst
  12. 6
      res_partner_company_messages/README.rst
  13. 8
      res_partner_mails_count/README.rst

36
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
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
@ -8,36 +12,18 @@
Adds ``Discuss / All`` menu, that shows all messages accessible by current user.
Credits
=======
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
------------
============
* Pavel Romanchenko <apps@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/13.0/mail_all/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail_addons/13.0
HTML Description: https://apps.odoo.com/apps/modules/13.0/mail_all/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/mail_all/
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 11.0 69c0e6be96563187c09c3748daa61347f7e29360
Tested on `Odoo 11.0 <https://github.com/odoo/odoo/commit/69c0e6be96563187c09c3748daa61347f7e29360>`_

36
mail_archives/README.rst

@ -1,39 +1,25 @@
.. image:: https://itpp.dev/images/infinity-readme.png
:alt: Tested and maintained by IT Projects Labs
:target: https://itpp.dev
===============
Mail Archives
===============
Adds Archive menu, which shows sent/received messages
Credits
=======
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
------------
============
* Pavel Romanchenko <apps@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/13.0/mail_archives/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail_addons/13.0
HTML Description: https://apps.odoo.com/apps/modules/13.0/mail_archives/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/mail_archives/
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 12.0 c423e5fe047a66517a60b68874e18dc5c3697787
Tested on `Odoo 12.0 <https://github.com/odoo/odoo/commit/c423e5fe047a66517a60b68874e18dc5c3697787>`_

36
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
===========
@ -13,36 +17,18 @@ One can say, that the module do this todo from `addons/mail/static/src/js/chat_m
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.
Credits
=======
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
------------
============
* Pavel Romanchenko <apps@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/11.0/mail_base/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail-addons/11.0
HTML Description: https://apps.odoo.com/apps/modules/11.0/mail_base/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/11.0/mail_base/
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 11.0 ecbf7aa4714479229658d14cce28fa00376ed390
Tested on `Odoo 11.0 <https://github.com/odoo/odoo/commit/ecbf7aa4714479229658d14cce28fa00376ed390>`_

4
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
======================

6
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 <https://github.com/odoo/odoo/commit/d023c079ed86468436f25da613bf486a4a17d625>`_
Status
======

36
mail_move_message/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
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
@ -8,42 +12,24 @@
The module allows to relocate messages between models
Credits
=======
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
------------
============
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support
you are kindly requested to purchase the module
at `odoo apps store <https://apps.odoo.com/apps/modules/11.0/mail_move_message/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail-addons/11.0
HTML Description: https://apps.odoo.com/apps/modules/11.0/mail_move_message/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/11.0/mail_move_message/
Changelog: `<doc/changelog.rst>`_
Notifications on updates: `via Atom <https://github.com/it-projects-llc/mail-addons/commits/11.0/mail_move_message.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/it-projects-llc/mail-addons/commits/11.0/mail_move_message.atom>`_
Further information and discussion: http://yelizariev.github.io/odoo/module/2015/04/10/mail-relocation.html
Tested on Odoo 11.0 e9454e79e27d0b85546132cbe00b391e974c66bf
Tested on `Odoo 11.0 <https://github.com/odoo/odoo/commit/e9454e79e27d0b85546132cbe00b391e974c66bf>`_

36
mail_private/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
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
@ -8,40 +12,22 @@
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 <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support
you are kindly requested to purchase the module
at `odoo apps store <https://apps.odoo.com/apps/modules/13.0/mail_private/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail-addons/13.0
HTML Description: https://apps.odoo.com/apps/modules/13.0/mail_private/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/mail_private/
Changelog: `<doc/changelog.rst>`_
Notifications on updates: `via Atom <https://github.com/it-projects-llc/mail-addons/commits/13.0/mail_private.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/it-projects-llc/mail-addons/commits/13.0/mail_private.atom>`_
Tested on Odoo 12.0 5240bc2303816348837425b88fc7ee3ff7de2336
Tested on `Odoo 12.0 <https://github.com/odoo/odoo/commit/5240bc2303816348837425b88fc7ee3ff7de2336>`_

25
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 <nasyrov@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
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: `<doc/index.rst>`__
Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/mail_recovery/
Changelog: `<doc/changelog.rst>`__
Tested on Odoo 9.0 fd9eb2e4819031c6758c021f4c335b591367632d
Tested on `Odoo 9.0 <https://github.com/odoo/odoo/commit/fd9eb2e4819031c6758c021f4c335b591367632d>`_

36
mail_reply/README.rst

@ -1,39 +1,25 @@
.. image:: https://itpp.dev/images/infinity-readme.png
:alt: Tested and maintained by IT Projects Labs
:target: https://itpp.dev
==========================
Always show reply button
==========================
The module allows to reply to any message. Out-of-box odoo shows reply button for messages attached to some record.
Credits
=======
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
------------
============
* Pavel Romanchenko <apps@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/11.0/mail_reply/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail_addons/11.0
HTML Description: https://apps.odoo.com/apps/modules/11.0/mail_reply/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/11.0/mail_reply/
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 11.0 ecbf7aa4714479229658d14cce28fa00376ed390
Tested on `Odoo 11.0 <https://github.com/odoo/odoo/commit/ecbf7aa4714479229658d14cce28fa00376ed390>`_

36
mail_sent/README.rst

@ -1,40 +1,26 @@
.. image:: https://itpp.dev/images/infinity-readme.png
:alt: Tested and maintained by IT Projects Labs
:target: https://itpp.dev
=========
Sentbox
=========
Adds Sent menu, which shows sent messages.
Credits
=======
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
------------
============
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__
* Pavel Romanchenko <apps@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/13.0/mail_sent/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail_addons/13.0
HTML Description: https://apps.odoo.com/apps/modules/13.0/mail_sent/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/mail_sent/
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 12.0 c423e5fe047a66517a60b68874e18dc5c3697787
Tested on `Odoo 12.0 <https://github.com/odoo/odoo/commit/c423e5fe047a66517a60b68874e18dc5c3697787>`_

36
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
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
@ -15,39 +19,21 @@ 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 <Nasyrov@it-projects.info>
* Ivan Yelizariev <yelizariev@it-projects.info>
Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__
Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/11.0/mailgun/>`__.
Thank you for understanding!
`IT-Projects Team <https://www.it-projects.info/team>`__
Further information
===================
Demo: http://runbot.it-projects.info/demo/mail-addons/11.0
HTML Description: https://apps.odoo.com/apps/modules/11.0/mailgun/
Usage instructions: `<doc/index.rst>`_
Odoo Apps Store: https://apps.odoo.com/apps/modules/11.0/mailgun/
Changelog: `<doc/changelog.rst>`_
Notifications on updates: `via Atom <https://github.com/it-projects-llc/mail-addons/commits/11.0/mailgun.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/it-projects-llc/mail-addons/commits/11.0/malgun.atom>`_
Tested on Odoo 11.0 dc61861f90d15797b19f8ebddfb0c8a66d0afa88
Tested on `Odoo 11.0 <https://github.com/odoo/odoo/commit/dc61861f90d15797b19f8ebddfb0c8a66d0afa88>`_

6
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 <https://github.com/odoo/odoo/commit/e8b0c1db69f04b0f8391d7ee4848ccf576018bf3>`_

8
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 <https://github.com/odoo/odoo/commit/b9f206953e3f877adf18643f154d1262842564ee>`_
Loading…
Cancel
Save