From e82dd8b0b12b5f472296cc5f5c537f620454ceda Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 23 Feb 2023 14:18:21 +0000 Subject: [PATCH] [UPD] README.rst --- onchange_helper/README.rst | 17 +++++++--- onchange_helper/static/description/index.html | 33 +++++++++++-------- 2 files changed, 32 insertions(+), 18 deletions(-) diff --git a/onchange_helper/README.rst b/onchange_helper/README.rst index f8e0a1c7e80..6aaef877d67 100644 --- a/onchange_helper/README.rst +++ b/onchange_helper/README.rst @@ -14,13 +14,13 @@ Onchange Helper :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/15.0/onchange_helper + :target: https://github.com/OCA/server-tools/tree/16.0/onchange_helper :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-15-0/server-tools-15-0-onchange_helper + :target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-onchange_helper :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/15.0 + :target: https://runbot.odoo-community.org/runbot/149/16.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -75,13 +75,19 @@ Notes: - Order in onchange_fields is very important as onchanges methods will be played in that order. - If you use memory object in `vals`, be award that onchange method in base model call `self.invalidate_cache()` that reset it. +Known issues / Roadmap +====================== + +Note that onchanges tend to disappear due to the introduction of 'computed stored readonly False fields' in most cases. +When migrating, it is best to prefer changing it to that way instead of using 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. @@ -101,6 +107,7 @@ Contributors * Florian da Costa * Andrea Stirpe * Souheil Bejaoui +* Kevin Khao Maintainers ~~~~~~~~~~~ @@ -115,6 +122,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/onchange_helper/static/description/index.html b/onchange_helper/static/description/index.html index 57450671d3b..ff2eaccedcf 100644 --- a/onchange_helper/static/description/index.html +++ b/onchange_helper/static/description/index.html @@ -367,17 +367,18 @@

Onchange Helper

!! 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 is a technical module. Its goal is to ease the play of onchange method directly called from Python code.

Table of contents

+
+

Known issues / Roadmap

+

Note that onchanges tend to disappear due to the introduction of ‘computed stored readonly False fields’ in most cases. +When migrating, it is best to prefer changing it to that way instead of using this module.

+
-

Bug Tracker

+

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.

-

Credits

+

Credits

-

Authors

+

Authors

  • Akretion
  • Camptocamp
-

Maintainers

+

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/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.