diff --git a/base_cron_exclusion/README.rst b/base_cron_exclusion/README.rst index 2877488a1..72d304507 100644 --- a/base_cron_exclusion/README.rst +++ b/base_cron_exclusion/README.rst @@ -17,19 +17,19 @@ Base Cron Exclusion :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/16.0/base_cron_exclusion + :target: https://github.com/OCA/server-tools/tree/17.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-16-0/server-tools-16-0-base_cron_exclusion + :target: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_cron_exclusion :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/server-tools&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module extends the functionality of scheduled actions to allow you to -select the ones that should not run simultaneously. +This module extends the functionality of scheduled actions to allow you +to select the ones that should not run simultaneously. **Table of contents** @@ -41,11 +41,12 @@ Usage To use this module, you need to: -#. Go to *Settings > Technical > Automation > Scheduled Actions*. -#. In the form view go to the tab *Mutually Exclusive Scheduled Actions*. -#. Fill it with the actions that should be blocked while running the action - you are editing. Note that this is mutual and the selected actions will - block the initial action when running. +1. Go to *Settings > Technical > Automation > Scheduled Actions*. +2. In the form view go to the tab *Mutually Exclusive Scheduled + Actions*. +3. Fill it with the actions that should be blocked while running the + action you are editing. Note that this is mutual and the selected + actions will block the initial action when running. Bug Tracker =========== @@ -53,7 +54,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -61,20 +62,20 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Christopher Ormaza -* Lois Rilo -* Jordi Ballester -* Bhavesh Odedra +- Christopher Ormaza +- Lois Rilo +- Jordi Ballester +- Bhavesh Odedra Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -97,6 +98,6 @@ Current `maintainers `__: |maintainer-LoisRForgeFlow| |maintainer-ChrisOForgeFlow| -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/base_cron_exclusion/pyproject.toml b/base_cron_exclusion/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/base_cron_exclusion/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_cron_exclusion/readme/CONTRIBUTORS.md b/base_cron_exclusion/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..5f50aced7 --- /dev/null +++ b/base_cron_exclusion/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Christopher Ormaza \<\> +- Lois Rilo \<\> +- Jordi Ballester \<\> +- Bhavesh Odedra \<\> diff --git a/base_cron_exclusion/readme/CONTRIBUTORS.rst b/base_cron_exclusion/readme/CONTRIBUTORS.rst deleted file mode 100644 index e5863fb0f..000000000 --- a/base_cron_exclusion/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Christopher Ormaza -* Lois Rilo -* Jordi Ballester -* Bhavesh Odedra diff --git a/base_cron_exclusion/readme/DESCRIPTION.rst b/base_cron_exclusion/readme/DESCRIPTION.md similarity index 50% rename from base_cron_exclusion/readme/DESCRIPTION.rst rename to base_cron_exclusion/readme/DESCRIPTION.md index 3dd9ca480..05f90fea1 100644 --- a/base_cron_exclusion/readme/DESCRIPTION.rst +++ b/base_cron_exclusion/readme/DESCRIPTION.md @@ -1,2 +1,2 @@ -This module extends the functionality of scheduled actions to allow you to -select the ones that should not run simultaneously. +This module extends the functionality of scheduled actions to allow you +to select the ones that should not run simultaneously. diff --git a/base_cron_exclusion/readme/USAGE.md b/base_cron_exclusion/readme/USAGE.md new file mode 100644 index 000000000..8f8ee2bca --- /dev/null +++ b/base_cron_exclusion/readme/USAGE.md @@ -0,0 +1,8 @@ +To use this module, you need to: + +1. Go to *Settings \> Technical \> Automation \> Scheduled Actions*. +2. In the form view go to the tab *Mutually Exclusive Scheduled + Actions*. +3. Fill it with the actions that should be blocked while running the + action you are editing. Note that this is mutual and the selected + actions will block the initial action when running. diff --git a/base_cron_exclusion/readme/USAGE.rst b/base_cron_exclusion/readme/USAGE.rst deleted file mode 100644 index 782e14e60..000000000 --- a/base_cron_exclusion/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -To use this module, you need to: - -#. Go to *Settings > Technical > Automation > Scheduled Actions*. -#. In the form view go to the tab *Mutually Exclusive Scheduled Actions*. -#. Fill it with the actions that should be blocked while running the action - you are editing. Note that this is mutual and the selected actions will - block the initial action when running. diff --git a/base_cron_exclusion/static/description/index.html b/base_cron_exclusion/static/description/index.html index 20b4d6fff..a0d97f15e 100644 --- a/base_cron_exclusion/static/description/index.html +++ b/base_cron_exclusion/static/description/index.html @@ -369,9 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:1eadd2597f2f73f0d5ac3bb752f1581ba6b301cbd9cb4f308e38d63db99ac4a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

-

This module extends the functionality of scheduled actions to allow you to -select the ones that should not run simultaneously.

+

Production/Stable License: LGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

+

This module extends the functionality of scheduled actions to allow you +to select the ones that should not run simultaneously.

Table of contents

    @@ -390,10 +390,11 @@ select the ones that should not run simultaneously.

    To use this module, you need to:

    1. Go to Settings > Technical > Automation > Scheduled Actions.
    2. -
    3. In the form view go to the tab Mutually Exclusive Scheduled Actions.
    4. -
    5. Fill it with the actions that should be blocked while running the action -you are editing. Note that this is mutual and the selected actions will -block the initial action when running.
    6. +
    7. In the form view go to the tab Mutually Exclusive Scheduled +Actions.
    8. +
    9. Fill it with the actions that should be blocked while running the +action you are editing. Note that this is mutual and the selected +actions will block the initial action when running.
@@ -401,7 +402,7 @@ block the initial action when running.

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.

+feedback.

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

@@ -430,7 +431,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

LoisRForgeFlow ChrisOForgeFlow

-

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.