diff --git a/base_exception/README.rst b/base_exception/README.rst index 05365eefe..d0009abf7 100644 --- a/base_exception/README.rst +++ b/base_exception/README.rst @@ -17,22 +17,22 @@ Exception Rule :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/16.0/base_exception + :target: https://github.com/OCA/server-tools/tree/17.0/base_exception :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_exception + :target: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception :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 provide an abstract model to manage customizable -exceptions to be applied on different models (sale order, invoice, ...). +This module provide an abstract model to manage customizable exceptions +to be applied on different models (sale order, invoice, ...). -It is not useful by itself. You can see an example of implementation -in the 'sale_exception' module. (sale-workflow repository) or +It is not useful by itself. You can see an example of implementation in +the 'sale_exception' module. (sale-workflow repository) or 'purchase_exception' module (purchase-workflow repository). **Table of contents** @@ -43,9 +43,9 @@ in the 'sale_exception' module. (sale-workflow repository) or Known issues / Roadmap ====================== -This module executes user-provided code though a safe_eval which might be -unsecure. -How to mitigate risks should be adressed in future versions of this module. +This module executes user-provided code though a safe_eval which might +be unsecure. How to mitigate risks should be adressed in future versions +of this module. Bug Tracker =========== @@ -53,7 +53,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,7 +61,7 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion * Sodexis @@ -69,27 +69,26 @@ Authors * ACSONE SA/NV Contributors -~~~~~~~~~~~~ +------------ -* Raphaël Valyi -* Renato Lima -* Sébastien BEAU -* Guewen Baconnier -* Yannick Vaucher -* SodexisTeam -* Mourad EL HADJ MIMOUNE -* Raphaël Reverdy -* Iván Todorovich +- Raphaël Valyi +- Renato Lima +- Sébastien BEAU +- Guewen Baconnier +- Yannick Vaucher +- SodexisTeam +- Mourad EL HADJ MIMOUNE +- Raphaël Reverdy +- Iván Todorovich +- Tecnativa -* Tecnativa + - João Marques - * João Marques - -* Kevin Khao -* Laurent Mignon +- Kevin Khao +- Laurent Mignon Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -112,6 +111,6 @@ Current `maintainers `__: |maintainer-hparfr| |maintainer-sebastienbeau| -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_exception/pyproject.toml b/base_exception/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/base_exception/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_exception/readme/CONTRIBUTORS.md b/base_exception/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..0652b3b20 --- /dev/null +++ b/base_exception/readme/CONTRIBUTORS.md @@ -0,0 +1,13 @@ +- Raphaël Valyi \<\> +- Renato Lima \<\> +- Sébastien BEAU \<\> +- Guewen Baconnier \<\> +- Yannick Vaucher \<\> +- SodexisTeam \<\> +- Mourad EL HADJ MIMOUNE \<\> +- Raphaël Reverdy \<\> +- Iván Todorovich \<\> +- Tecnativa \ + - João Marques +- Kevin Khao \<\> +- Laurent Mignon \<\> diff --git a/base_exception/readme/CONTRIBUTORS.rst b/base_exception/readme/CONTRIBUTORS.rst deleted file mode 100644 index 456dc3af8..000000000 --- a/base_exception/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,16 +0,0 @@ -* Raphaël Valyi -* Renato Lima -* Sébastien BEAU -* Guewen Baconnier -* Yannick Vaucher -* SodexisTeam -* Mourad EL HADJ MIMOUNE -* Raphaël Reverdy -* Iván Todorovich - -* Tecnativa - - * João Marques - -* Kevin Khao -* Laurent Mignon diff --git a/base_exception/readme/DESCRIPTION.md b/base_exception/readme/DESCRIPTION.md new file mode 100644 index 000000000..d705421ff --- /dev/null +++ b/base_exception/readme/DESCRIPTION.md @@ -0,0 +1,6 @@ +This module provide an abstract model to manage customizable exceptions +to be applied on different models (sale order, invoice, ...). + +It is not useful by itself. You can see an example of implementation in +the 'sale_exception' module. (sale-workflow repository) or +'purchase_exception' module (purchase-workflow repository). diff --git a/base_exception/readme/DESCRIPTION.rst b/base_exception/readme/DESCRIPTION.rst deleted file mode 100644 index 1aaab6ffe..000000000 --- a/base_exception/readme/DESCRIPTION.rst +++ /dev/null @@ -1,6 +0,0 @@ -This module provide an abstract model to manage customizable -exceptions to be applied on different models (sale order, invoice, ...). - -It is not useful by itself. You can see an example of implementation -in the 'sale_exception' module. (sale-workflow repository) or -'purchase_exception' module (purchase-workflow repository). diff --git a/base_exception/readme/ROADMAP.md b/base_exception/readme/ROADMAP.md new file mode 100644 index 000000000..e28622f67 --- /dev/null +++ b/base_exception/readme/ROADMAP.md @@ -0,0 +1,3 @@ +This module executes user-provided code though a safe_eval which might +be unsecure. How to mitigate risks should be adressed in future versions +of this module. diff --git a/base_exception/readme/ROADMAP.rst b/base_exception/readme/ROADMAP.rst deleted file mode 100644 index af3e865fd..000000000 --- a/base_exception/readme/ROADMAP.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module executes user-provided code though a safe_eval which might be -unsecure. -How to mitigate risks should be adressed in future versions of this module. diff --git a/base_exception/static/description/index.html b/base_exception/static/description/index.html index 393577863..64c95375c 100644 --- a/base_exception/static/description/index.html +++ b/base_exception/static/description/index.html @@ -369,11 +369,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:dfba2752e69b18286eba7ed8aa6a890ddd9f2a99d195455a578b584d074ea4e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Mature License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

-

This module provide an abstract model to manage customizable -exceptions to be applied on different models (sale order, invoice, …).

-

It is not useful by itself. You can see an example of implementation -in the ‘sale_exception’ module. (sale-workflow repository) or +

Mature License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

+

This module provide an abstract model to manage customizable exceptions +to be applied on different models (sale order, invoice, …).

+

It is not useful by itself. You can see an example of implementation in +the ‘sale_exception’ module. (sale-workflow repository) or ‘purchase_exception’ module (purchase-workflow repository).

Table of contents

@@ -390,16 +390,16 @@ in the ‘sale_exception’ module. (sale-workflow repository) or

Known issues / Roadmap

-

This module executes user-provided code though a safe_eval which might be -unsecure. -How to mitigate risks should be adressed in future versions of this module.

+

This module executes user-provided code though a safe_eval which might +be unsecure. How to mitigate risks should be adressed in future versions +of this module.

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.

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

Current maintainers:

hparfr sebastienbeau

-

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.