diff --git a/queue_job_subscribe/README.rst b/queue_job_subscribe/README.rst index 479fb94af4..1d1aa653f6 100644 --- a/queue_job_subscribe/README.rst +++ b/queue_job_subscribe/README.rst @@ -1,62 +1,96 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl +=================== +Queue Job Subscribe +=================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:dad459b8a0a33d0be9cba5350c77a9ae1c891c880940d16d0103f18545601ab2 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fqueue-lightgray.png?logo=github + :target: https://github.com/OCA/queue/tree/18.0/queue_job_subscribe + :alt: OCA/queue +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job_subscribe + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0 + :alt: Try me on Runboat -Queue Job Suscription -===================== +|badge1| |badge2| |badge3| |badge4| |badge5| -This module allows users to -be member of group Job Queue Manager without becoming follower of failed jobs. -This can avoid for some users to receive a lot of emails in case of failing -jobs. +This module allows users to be member of group Job Queue Manager without +becoming follower of failed jobs. This can avoid for some users to +receive a lot of emails in case of failing jobs. + +**Table of contents** + +.. contents:: + :local: Usage ===== On the user configuration form, there is new Job Notifications checkbox. -If checked, the user becomes follower of failed jobs if he/she is part of the -Job Queue Manager group. +If checked, the user becomes follower of failed jobs if he/she is part +of the Job Queue Manager group. If not checked, the user does not become follower of failed jobs. -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/230/10.0 - - 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. +If you spotted it first, help us to smash 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 `_. +* Acsone SA/NV Contributors ------------ -* Cédric Pigeon -* Stéphane Bidoul +- Cédric Pigeon +- Stéphane Bidoul +- Tran Quoc Duong + +Other credits +------------- -Maintainer ----------- +The migration of this module from 17.0 to 18.0 was financially supported +by Camptocamp. + +Maintainers +----------- + +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/queue `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/queue_job_subscribe/__manifest__.py b/queue_job_subscribe/__manifest__.py index 2cc17eba36..e6ab4081eb 100644 --- a/queue_job_subscribe/__manifest__.py +++ b/queue_job_subscribe/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Queue Job Subscribe", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "Acsone SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/queue", "summary": "Control which users are subscribed to queue job notifications", diff --git a/queue_job_subscribe/readme/CONTRIBUTORS.md b/queue_job_subscribe/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..85798bdf39 --- /dev/null +++ b/queue_job_subscribe/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Cédric Pigeon \<\> +- Stéphane Bidoul \<\> +- Tran Quoc Duong \<\> diff --git a/queue_job_subscribe/readme/CREDITS.md b/queue_job_subscribe/readme/CREDITS.md new file mode 100644 index 0000000000..83b3ec91f7 --- /dev/null +++ b/queue_job_subscribe/readme/CREDITS.md @@ -0,0 +1 @@ +The migration of this module from 17.0 to 18.0 was financially supported by Camptocamp. diff --git a/queue_job_subscribe/readme/DESCRIPTION.md b/queue_job_subscribe/readme/DESCRIPTION.md new file mode 100644 index 0000000000..534b131f5b --- /dev/null +++ b/queue_job_subscribe/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module allows users to be member of group Job Queue Manager without becoming follower of failed jobs. +This can avoid for some users to receive a lot of emails in case of failing jobs. diff --git a/queue_job_subscribe/readme/USAGE.md b/queue_job_subscribe/readme/USAGE.md new file mode 100644 index 0000000000..ff15032678 --- /dev/null +++ b/queue_job_subscribe/readme/USAGE.md @@ -0,0 +1,5 @@ +On the user configuration form, there is new Job Notifications checkbox. + +If checked, the user becomes follower of failed jobs if he/she is part of the Job Queue Manager group. + +If not checked, the user does not become follower of failed jobs. diff --git a/queue_job_subscribe/static/description/index.html b/queue_job_subscribe/static/description/index.html new file mode 100644 index 0000000000..a68b9af873 --- /dev/null +++ b/queue_job_subscribe/static/description/index.html @@ -0,0 +1,441 @@ + + + + + +Queue Job Subscribe + + + +
+

Queue Job Subscribe

+ + +

Beta License: AGPL-3 OCA/queue Translate me on Weblate Try me on Runboat

+

This module allows users to be member of group Job Queue Manager without +becoming follower of failed jobs. This can avoid for some users to +receive a lot of emails in case of failing jobs.

+

Table of contents

+ +
+

Usage

+

On the user configuration form, there is new Job Notifications checkbox.

+

If checked, the user becomes follower of failed jobs if he/she is part +of the Job Queue Manager group.

+

If not checked, the user does not become follower of failed jobs.

+
+
+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Acsone SA/NV
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The migration of this module from 17.0 to 18.0 was financially supported +by Camptocamp.

+
+
+

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

+

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

+
+
+
+ +