From c573841d10a61bcd603e2a645f7f5cb7f11b7a31 Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Fri, 3 Jul 2020 14:00:51 +0200 Subject: [PATCH] [UPT]fetchmail_notify_error_to_sender remove dependency on test_mail --- .../__manifest__.py | 2 +- .../README.rst | 81 ++++ .../__init__.py | 1 + .../__manifest__.py | 16 + .../readme/CONTRIBUTORS.rst | 5 + .../readme/DESCRIPTION.rst | 4 + .../static/description/index.html | 427 ++++++++++++++++++ .../tests/__init__.py | 0 .../test_fetchmail_notify_error_to_sender.py | 0 9 files changed, 535 insertions(+), 1 deletion(-) create mode 100644 fetchmail_notify_error_to_sender_test/README.rst create mode 100644 fetchmail_notify_error_to_sender_test/__init__.py create mode 100644 fetchmail_notify_error_to_sender_test/__manifest__.py create mode 100644 fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst create mode 100644 fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst create mode 100644 fetchmail_notify_error_to_sender_test/static/description/index.html rename {fetchmail_notify_error_to_sender => fetchmail_notify_error_to_sender_test}/tests/__init__.py (100%) rename {fetchmail_notify_error_to_sender => fetchmail_notify_error_to_sender_test}/tests/test_fetchmail_notify_error_to_sender.py (100%) diff --git a/fetchmail_notify_error_to_sender/__manifest__.py b/fetchmail_notify_error_to_sender/__manifest__.py index 0061a9ec6..596c5bbe3 100644 --- a/fetchmail_notify_error_to_sender/__manifest__.py +++ b/fetchmail_notify_error_to_sender/__manifest__.py @@ -11,7 +11,7 @@ "author": "Agile Business Group,Eficent,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", "license": "AGPL-3", - "depends": ["fetchmail", "test_mail"], + "depends": ["fetchmail"], "data": ["views/fetchmail_view.xml", "data/email_template_data.xml"], "qweb": [], "installable": True, diff --git a/fetchmail_notify_error_to_sender_test/README.rst b/fetchmail_notify_error_to_sender_test/README.rst new file mode 100644 index 000000000..fd72836ab --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/README.rst @@ -0,0 +1,81 @@ +===================================== +Fetchmail Notify Error to Sender Test +===================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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--tools-lightgray.png?logo=github + :target: https://github.com/OCA/server-tools/tree/13.0/fetchmail_notify_error_to_sender_test + :alt: OCA/server-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-fetchmail_notify_error_to_sender_test + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/149/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to test fetchmail_notify_error_to_sender without installing +test_mail. +For more info please check comment: +https://github.com/OCA/server-tools/pull/1485#discussion_r289751883 + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* Agile Business Group +* Eficent + +Contributors +~~~~~~~~~~~~ + +* Lorenzo Battistini +* Miquel Raïch (migration to v9 and v10) +* Hai Dinh (migration to V11) +* Nedas Zilinskas (Ventor, Xpansa Group ) +* Denis Valenchyts (VentorTech OU ) + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fetchmail_notify_error_to_sender_test/__init__.py b/fetchmail_notify_error_to_sender_test/__init__.py new file mode 100644 index 000000000..d9d1f13de --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/__init__.py @@ -0,0 +1 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/fetchmail_notify_error_to_sender_test/__manifest__.py b/fetchmail_notify_error_to_sender_test/__manifest__.py new file mode 100644 index 000000000..297684aac --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2015 Lorenzo Battistini +# Copyright 2017 Eficent +# Copyright 2018 Hai Dinh +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Fetchmail Notify Error to Sender Test", + "summary": "Test for Fetchmail Notify Error to Sender", + "version": "13.0.1.0.0", + "category": "Tools", + "author": "Agile Business Group,Eficent,Odoo Community Association (OCA)", + "website": "https://github.com/OCA/server-tools", + "license": "AGPL-3", + "depends": ["fetchmail_notify_error_to_sender", "test_mail"], + "installable": True, +} diff --git a/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst b/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..865e04b6c --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst @@ -0,0 +1,5 @@ +* Lorenzo Battistini +* Miquel Raïch (migration to v9 and v10) +* Hai Dinh (migration to V11) +* Nedas Zilinskas (Ventor, Xpansa Group ) +* Denis Valenchyts (VentorTech OU ) diff --git a/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst b/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst new file mode 100644 index 000000000..506cb378e --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module allows to test fetchmail_notify_error_to_sender without installing +test_mail. +For more info please check comment: +https://github.com/OCA/server-tools/pull/1485#discussion_r289751883 diff --git a/fetchmail_notify_error_to_sender_test/static/description/index.html b/fetchmail_notify_error_to_sender_test/static/description/index.html new file mode 100644 index 000000000..4904727db --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/static/description/index.html @@ -0,0 +1,427 @@ + + + + + + +Fetchmail Notify Error to Sender Test + + + +
+

Fetchmail Notify Error to Sender Test

+ + +

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

+

This module allows to test fetchmail_notify_error_to_sender without installing +test_mail. +For more info please check comment: +https://github.com/OCA/server-tools/pull/1485#discussion_r289751883

+

Table of contents

+ +
+

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

+
    +
  • Agile Business Group
  • +
  • Eficent
  • +
+
+
+

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-tools project on GitHub.

+

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

+
+
+
+ + diff --git a/fetchmail_notify_error_to_sender/tests/__init__.py b/fetchmail_notify_error_to_sender_test/tests/__init__.py similarity index 100% rename from fetchmail_notify_error_to_sender/tests/__init__.py rename to fetchmail_notify_error_to_sender_test/tests/__init__.py diff --git a/fetchmail_notify_error_to_sender/tests/test_fetchmail_notify_error_to_sender.py b/fetchmail_notify_error_to_sender_test/tests/test_fetchmail_notify_error_to_sender.py similarity index 100% rename from fetchmail_notify_error_to_sender/tests/test_fetchmail_notify_error_to_sender.py rename to fetchmail_notify_error_to_sender_test/tests/test_fetchmail_notify_error_to_sender.py