diff --git a/base_exception/README.rst b/base_exception/README.rst index 7bbe436c8..323330fdf 100644 --- a/base_exception/README.rst +++ b/base_exception/README.rst @@ -14,13 +14,13 @@ 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/13.0/base_exception + :target: https://github.com/OCA/server-tools/tree/14.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-13-0/server-tools-13-0-base_exception + :target: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_exception :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/13.0 + :target: https://runbot.odoo-community.org/runbot/149/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -28,7 +28,7 @@ Exception Rule This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...). -It is not useful for itself. You can see an example of implementation +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). @@ -40,9 +40,9 @@ in the 'sale_exception' module. (sale-workflow repository) or Known issues / Roadmap ====================== -Terms used in old api like `pool`, `cr`, `uid` must be removed porting this module in version 12. - -This module execute user provided code though a safe_eval, it's unsecure? How 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 =========== @@ -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. @@ -81,6 +81,8 @@ Contributors * João Marques +* Kevin Khao + Maintainers ~~~~~~~~~~~ @@ -94,6 +96,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/base_exception/static/description/index.html b/base_exception/static/description/index.html index 38d85f791..16947a09e 100644 --- a/base_exception/static/description/index.html +++ b/base_exception/static/description/index.html @@ -367,10 +367,10 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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 provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, …).

-

It is not useful for itself. You can see an example of implementation +

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

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

Known issues / Roadmap

-

Terms used in old api like pool, cr, uid must be removed porting this module in version 12.

-

This module execute user provided code though a safe_eval, it’s unsecure? How 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 smashing it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -425,6 +426,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • João Marques
  • +
  • Kevin Khao <kevin.khao@akretion.com>
  • @@ -434,7 +436,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.