diff --git a/mail_log_message_to_process/README.rst b/fetchmail_incoming_log/README.rst similarity index 84% rename from mail_log_message_to_process/README.rst rename to fetchmail_incoming_log/README.rst index ec900e5f3..7c8673af3 100644 --- a/mail_log_message_to_process/README.rst +++ b/fetchmail_incoming_log/README.rst @@ -1,6 +1,6 @@ -=========================== -Mail Log Message to Process -=========================== +====================== +Fetchmail Incoming Log +====================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -14,10 +14,10 @@ Mail Log Message to Process :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/11.0/mail_log_message_to_process + :target: https://github.com/OCA/server-tools/tree/11.0/fetchmail_incoming_log :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-11-0/server-tools-11-0-mail_log_message_to_process + :target: https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-fetchmail_incoming_log :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/11.0 @@ -44,7 +44,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -75,6 +75,6 @@ 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. +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/mail_log_message_to_process/__init__.py b/fetchmail_incoming_log/__init__.py similarity index 100% rename from mail_log_message_to_process/__init__.py rename to fetchmail_incoming_log/__init__.py diff --git a/mail_log_message_to_process/__manifest__.py b/fetchmail_incoming_log/__manifest__.py similarity index 91% rename from mail_log_message_to_process/__manifest__.py rename to fetchmail_incoming_log/__manifest__.py index 7009c8e06..1e724e720 100644 --- a/mail_log_message_to_process/__manifest__.py +++ b/fetchmail_incoming_log/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { - 'name': 'Mail Log Message to Process', + 'name': 'Fetchmail Incoming Log', 'version': '11.0.1.0.0', 'category': 'Tools', 'summary': 'Log all messages received, before they start to be processed.', diff --git a/mail_log_message_to_process/i18n/ca.po b/fetchmail_incoming_log/i18n/ca.po similarity index 100% rename from mail_log_message_to_process/i18n/ca.po rename to fetchmail_incoming_log/i18n/ca.po diff --git a/mail_log_message_to_process/i18n/de.po b/fetchmail_incoming_log/i18n/de.po similarity index 100% rename from mail_log_message_to_process/i18n/de.po rename to fetchmail_incoming_log/i18n/de.po diff --git a/mail_log_message_to_process/i18n/es.po b/fetchmail_incoming_log/i18n/es.po similarity index 100% rename from mail_log_message_to_process/i18n/es.po rename to fetchmail_incoming_log/i18n/es.po diff --git a/mail_log_message_to_process/i18n/fr.po b/fetchmail_incoming_log/i18n/fr.po similarity index 100% rename from mail_log_message_to_process/i18n/fr.po rename to fetchmail_incoming_log/i18n/fr.po diff --git a/mail_log_message_to_process/i18n/it.po b/fetchmail_incoming_log/i18n/it.po similarity index 100% rename from mail_log_message_to_process/i18n/it.po rename to fetchmail_incoming_log/i18n/it.po diff --git a/mail_log_message_to_process/i18n/mail_log_message_to_process.pot b/fetchmail_incoming_log/i18n/mail_log_message_to_process.pot similarity index 100% rename from mail_log_message_to_process/i18n/mail_log_message_to_process.pot rename to fetchmail_incoming_log/i18n/mail_log_message_to_process.pot diff --git a/mail_log_message_to_process/i18n/pt_BR.po b/fetchmail_incoming_log/i18n/pt_BR.po similarity index 100% rename from mail_log_message_to_process/i18n/pt_BR.po rename to fetchmail_incoming_log/i18n/pt_BR.po diff --git a/mail_log_message_to_process/i18n/pt_PT.po b/fetchmail_incoming_log/i18n/pt_PT.po similarity index 100% rename from mail_log_message_to_process/i18n/pt_PT.po rename to fetchmail_incoming_log/i18n/pt_PT.po diff --git a/mail_log_message_to_process/i18n/sl.po b/fetchmail_incoming_log/i18n/sl.po similarity index 100% rename from mail_log_message_to_process/i18n/sl.po rename to fetchmail_incoming_log/i18n/sl.po diff --git a/mail_log_message_to_process/i18n/tr.po b/fetchmail_incoming_log/i18n/tr.po similarity index 100% rename from mail_log_message_to_process/i18n/tr.po rename to fetchmail_incoming_log/i18n/tr.po diff --git a/mail_log_message_to_process/models/__init__.py b/fetchmail_incoming_log/models/__init__.py similarity index 100% rename from mail_log_message_to_process/models/__init__.py rename to fetchmail_incoming_log/models/__init__.py diff --git a/mail_log_message_to_process/models/mail_thread.py b/fetchmail_incoming_log/models/mail_thread.py similarity index 100% rename from mail_log_message_to_process/models/mail_thread.py rename to fetchmail_incoming_log/models/mail_thread.py diff --git a/fetchmail_incoming_log/readme/CONTRIBUTORS.rst b/fetchmail_incoming_log/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..900b15109 --- /dev/null +++ b/fetchmail_incoming_log/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jordi Ballester +* Héctor Villarreal diff --git a/mail_log_message_to_process/readme/DESCRIPTION.rst b/fetchmail_incoming_log/readme/DESCRIPTION.rst similarity index 97% rename from mail_log_message_to_process/readme/DESCRIPTION.rst rename to fetchmail_incoming_log/readme/DESCRIPTION.rst index 024647958..53be783f1 100644 --- a/mail_log_message_to_process/readme/DESCRIPTION.rst +++ b/fetchmail_incoming_log/readme/DESCRIPTION.rst @@ -4,4 +4,4 @@ that have been fetched from the mail server, before they start to be processed. This allows for a better analysis of situations where emails are found to be missing in Odoo. Can help to better resolve questions of the type 'Was it that the email was never fetched, or a problem found when it was processed by -Odoo?'. \ No newline at end of file +Odoo?'. diff --git a/mail_log_message_to_process/static/description/icon.png b/fetchmail_incoming_log/static/description/icon.png similarity index 100% rename from mail_log_message_to_process/static/description/icon.png rename to fetchmail_incoming_log/static/description/icon.png diff --git a/mail_log_message_to_process/static/description/index.html b/fetchmail_incoming_log/static/description/index.html similarity index 90% rename from mail_log_message_to_process/static/description/index.html rename to fetchmail_incoming_log/static/description/index.html index 213f0ec0d..d1edb7bc8 100644 --- a/mail_log_message_to_process/static/description/index.html +++ b/fetchmail_incoming_log/static/description/index.html @@ -4,7 +4,7 @@ -Mail Log Message to Process +Fetchmail Incoming Log -
-

Mail Log Message to Process

+
+

Fetchmail Incoming Log

-

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

+

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

This module allows to log into the server the basic information of emails that have been fetched from the mail server, before they start to be processed.

This allows for a better analysis of situations where emails are found to be @@ -369,7 +369,7 @@ Odoo?’.

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.

+feedback.

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

@@ -394,7 +394,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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.

+

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_incoming_log/tests/__init__.py b/fetchmail_incoming_log/tests/__init__.py new file mode 100644 index 000000000..b52c88e2f --- /dev/null +++ b/fetchmail_incoming_log/tests/__init__.py @@ -0,0 +1 @@ +from . import test_fetchmail_incoming_log \ No newline at end of file diff --git a/mail_log_message_to_process/tests/test_mail_log_message_to_process.py b/fetchmail_incoming_log/tests/test_fetchmail_incoming_log.py similarity index 91% rename from mail_log_message_to_process/tests/test_mail_log_message_to_process.py rename to fetchmail_incoming_log/tests/test_fetchmail_incoming_log.py index 606a99744..db3684969 100644 --- a/mail_log_message_to_process/tests/test_mail_log_message_to_process.py +++ b/fetchmail_incoming_log/tests/test_fetchmail_incoming_log.py @@ -7,10 +7,10 @@ from odoo.addons.mail.tests.common import TestMail from odoo.addons.mail.tests.test_mail_gateway import MAIL_TEMPLATE -class TestMailLogMessageToProcess(TestMail): +class TestFetchmailIncomingLog(TestMail): def setUp(self): - super(TestMailLogMessageToProcess, self).setUp() + super(TestFetchmailIncomingLog, self).setUp() self.fetchmail_server = self.env['fetchmail.server'].create({ 'name': 'Test Fetchmail Server', diff --git a/mail_log_message_to_process/readme/CONTRIBUTORS.rst b/mail_log_message_to_process/readme/CONTRIBUTORS.rst deleted file mode 100644 index 01ff4524b..000000000 --- a/mail_log_message_to_process/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Jordi Ballester -* Héctor Villarreal \ No newline at end of file diff --git a/mail_log_message_to_process/tests/__init__.py b/mail_log_message_to_process/tests/__init__.py deleted file mode 100644 index 545d1c2d3..000000000 --- a/mail_log_message_to_process/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from . import test_mail_log_message_to_process \ No newline at end of file