diff --git a/README.md b/README.md index a024631dba4..b3dc6ebd619 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [dbfilter_from_header](dbfilter_from_header/) | 17.0.1.0.0 | | Filter databases with HTTP headers [jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models [module_change_auto_install](module_change_auto_install/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration -[onchange_helper](onchange_helper/) | 17.0.1.0.0 | | Technical module that ease execution of onchange in Python code +[onchange_helper](onchange_helper/) | 17.0.1.0.1 | | Technical module that ease execution of onchange in Python code [scheduler_error_mailer](scheduler_error_mailer/) | 17.0.1.0.0 | | Scheduler Error Mailer diff --git a/onchange_helper/README.rst b/onchange_helper/README.rst index 90fbb60fc9d..68667be2d20 100644 --- a/onchange_helper/README.rst +++ b/onchange_helper/README.rst @@ -7,7 +7,7 @@ Onchange Helper !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ae0d21d8811c6bb216bc524de3946ae71446fb1c9a6c23c9898e98d1a2ef4fee + !! source digest: sha256:f99de3ee6c925e95e76870bbc84e80cfeb2842ff3e1e71af1f2bd17deeb935b6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/onchange_helper/__manifest__.py b/onchange_helper/__manifest__.py index 08d9972f5a6..4f5a63d5ea1 100644 --- a/onchange_helper/__manifest__.py +++ b/onchange_helper/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Onchange Helper", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "summary": "Technical module that ease execution" " of onchange in Python code", "author": "Akretion,Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", diff --git a/onchange_helper/static/description/index.html b/onchange_helper/static/description/index.html index cb7cb3e1fb7..de5e35abeff 100644 --- a/onchange_helper/static/description/index.html +++ b/onchange_helper/static/description/index.html @@ -366,7 +366,7 @@

Onchange Helper

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ae0d21d8811c6bb216bc524de3946ae71446fb1c9a6c23c9898e98d1a2ef4fee +!! source digest: sha256:f99de3ee6c925e95e76870bbc84e80cfeb2842ff3e1e71af1f2bd17deeb935b6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This is a technical module. Its goal is to ease the play of onchange