From eb7b53a2029bee58afe9b4a0da7dbb97e73c1db9 Mon Sep 17 00:00:00 2001 From: notze-nb2 Date: Mon, 10 Jun 2019 21:33:39 +0200 Subject: [PATCH] [IMP] added readme and icon --- mail_store_outgoing/README.rst | 97 ++-- mail_store_outgoing/__manifest__.py | 3 +- mail_store_outgoing/readme/CONTRIBUTORS.rst | 1 + mail_store_outgoing/readme/DESCRIPTION.rst | 2 + mail_store_outgoing/readme/USAGE.rst | 5 + .../static/description/index.html | 430 ++++++++++++++++++ 6 files changed, 491 insertions(+), 47 deletions(-) create mode 100644 mail_store_outgoing/readme/CONTRIBUTORS.rst create mode 100644 mail_store_outgoing/readme/DESCRIPTION.rst create mode 100644 mail_store_outgoing/readme/USAGE.rst create mode 100644 mail_store_outgoing/static/description/index.html diff --git a/mail_store_outgoing/README.rst b/mail_store_outgoing/README.rst index 23111dd2..d948e3c9 100644 --- a/mail_store_outgoing/README.rst +++ b/mail_store_outgoing/README.rst @@ -1,78 +1,83 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - =================== Mail Store Outgoing =================== -This Module enables Odoo to store outgoing Mails via IMAP into a selected folder. - -Installation -============ - -Just install the module via the module list. - -Configuration -============= - -To configure this module, you need to test the connection and then select your folder out of the provided list. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github + :target: https://github.com/OCA/server-auth/tree/10.0/mail_store_outgoing + :alt: OCA/server-auth +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-auth-10-0/server-auth-10-0-mail_store_outgoing + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/251/10.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This Module enables Odoo to store outgoing Mails via IMAP +into a selected folder. + +**Table of contents** + +.. contents:: + :local: Usage ===== -If you sent and email, it will appear in your selected mailfolder. +To use this module, you need to: -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/205/10.0 - -Known issues / Roadmap -====================== - -No known issues +#. Select Store Outgoing +#. Test the IMAP Server Connection +#. Select the Target Folder Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smash it by providing detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* Agent ERP GmbH Contributors ------------- +~~~~~~~~~~~~ -* Georg Notter, georg.notter@agenterp.com (Agent ERP GmbH) +* Georg A. G. Notter -Do not contact contributors directly about support or help with technical issues. - -Funders -------- - -The development of this module has been financially supported by: - -* Agent ERP GmbH +Maintainers +~~~~~~~~~~~ -Maintainer ----------- +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/server-auth `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mail_store_outgoing/__manifest__.py b/mail_store_outgoing/__manifest__.py index b9a4865d..101d2569 100644 --- a/mail_store_outgoing/__manifest__.py +++ b/mail_store_outgoing/__manifest__.py @@ -6,7 +6,8 @@ "version": "12.0.1.0.0", "category": "mail", "website": "https://github.com/OCA/social", - "author": "Agent ERP GmbH, Odoo Community Association (OCA)", + "author": "Agent ERP GmbH, " + "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, "installable": True, diff --git a/mail_store_outgoing/readme/CONTRIBUTORS.rst b/mail_store_outgoing/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..594f7651 --- /dev/null +++ b/mail_store_outgoing/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Georg A. G. Notter diff --git a/mail_store_outgoing/readme/DESCRIPTION.rst b/mail_store_outgoing/readme/DESCRIPTION.rst new file mode 100644 index 00000000..497fec5c --- /dev/null +++ b/mail_store_outgoing/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This Module enables Odoo to store outgoing Mails via IMAP +into a selected folder. diff --git a/mail_store_outgoing/readme/USAGE.rst b/mail_store_outgoing/readme/USAGE.rst new file mode 100644 index 00000000..d79b3197 --- /dev/null +++ b/mail_store_outgoing/readme/USAGE.rst @@ -0,0 +1,5 @@ +To use this module, you need to: + +#. Select Store Outgoing +#. Test the IMAP Server Connection +#. Select the Target Folder diff --git a/mail_store_outgoing/static/description/index.html b/mail_store_outgoing/static/description/index.html new file mode 100644 index 00000000..f3e5ebf2 --- /dev/null +++ b/mail_store_outgoing/static/description/index.html @@ -0,0 +1,430 @@ + + + + + + +Mail Store Outgoing + + + +
+

Mail Store Outgoing

+ + +

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

+

This Module enables Odoo to store outgoing Mails via IMAP +into a selected folder.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Select Store Outgoing
  2. +
  3. Test the IMAP Server Connection
  4. +
  5. Select the Target Folder
  6. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Agent ERP GmbH
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/server-auth project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +