From b50c18dc312ffe660f575eee95044f68f1d78e40 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Wed, 18 Dec 2019 10:49:58 +0100 Subject: [PATCH] [13.0][MIG] base_cron_exclusion --- base_cron_exclusion/README.rst | 28 ++++++++++++------- base_cron_exclusion/__manifest__.py | 9 +++--- base_cron_exclusion/models/ir_cron.py | 3 +- base_cron_exclusion/readme/CONTRIBUTORS.rst | 4 +-- .../static/description/index.html | 16 ++++++----- base_cron_exclusion/views/ir_cron_view.xml | 4 +-- 6 files changed, 37 insertions(+), 27 deletions(-) diff --git a/base_cron_exclusion/README.rst b/base_cron_exclusion/README.rst index bbbac92d8..46b8d2da0 100644 --- a/base_cron_exclusion/README.rst +++ b/base_cron_exclusion/README.rst @@ -7,20 +7,20 @@ Base Cron Exclusion !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github - :target: https://github.com/OCA/server-tools/tree/12.0/base_cron_exclusion + :target: https://github.com/OCA/server-tools/tree/13.0/base_cron_exclusion :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-12-0/server-tools-12-0-base_cron_exclusion + :target: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-base_cron_exclusion :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/12.0 + :target: https://runbot.odoo-community.org/runbot/149/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -50,7 +50,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. @@ -60,13 +60,13 @@ Credits Authors ~~~~~~~ -* Eficent +* ForgeFlow Contributors ~~~~~~~~~~~~ -* Lois Rilo -* Jordi Ballester +* Lois Rilo +* Jordi Ballester * Bhavesh Odedra Maintainers @@ -82,6 +82,14 @@ 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. +.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px + :target: https://github.com/LoisRForgeFlow + :alt: LoisRForgeFlow + +Current `maintainer `__: + +|maintainer-LoisRForgeFlow| + +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/base_cron_exclusion/__manifest__.py b/base_cron_exclusion/__manifest__.py index 831e0b6b4..5af9239bb 100644 --- a/base_cron_exclusion/__manifest__.py +++ b/base_cron_exclusion/__manifest__.py @@ -1,13 +1,14 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Base Cron Exclusion", "summary": "Allow you to select scheduled actions that should not run " "simultaneously.", - "version": "12.0.1.0.0", - "author": "Eficent, Odoo Community Association (OCA)", + "version": "13.0.1.0.0", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "maintainers": ["LoisRForgeFlow"], + "development_status": "Production/Stable", "website": "https://github.com/OCA/server-tools", "category": "Tools", "depends": ["base"], diff --git a/base_cron_exclusion/models/ir_cron.py b/base_cron_exclusion/models/ir_cron.py index 4764328d2..6eb4c610f 100644 --- a/base_cron_exclusion/models/ir_cron.py +++ b/base_cron_exclusion/models/ir_cron.py @@ -1,5 +1,4 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). import logging diff --git a/base_cron_exclusion/readme/CONTRIBUTORS.rst b/base_cron_exclusion/readme/CONTRIBUTORS.rst index fdd354aab..8b8d63050 100644 --- a/base_cron_exclusion/readme/CONTRIBUTORS.rst +++ b/base_cron_exclusion/readme/CONTRIBUTORS.rst @@ -1,3 +1,3 @@ -* Lois Rilo -* Jordi Ballester +* Lois Rilo +* Jordi Ballester * Bhavesh Odedra diff --git a/base_cron_exclusion/static/description/index.html b/base_cron_exclusion/static/description/index.html index 5e78ca6c1..1fb42dd84 100644 --- a/base_cron_exclusion/static/description/index.html +++ b/base_cron_exclusion/static/description/index.html @@ -3,7 +3,7 @@ - + Base Cron Exclusion