From 479d822d4fa3280cc5812e6f26df281fa6569533 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 2 Feb 2024 17:02:45 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 4 ++-- jsonifier/README.rst | 2 +- jsonifier/__manifest__.py | 2 +- jsonifier/static/description/index.html | 3 +-- module_auto_update/README.rst | 2 +- module_auto_update/__manifest__.py | 2 +- module_auto_update/static/description/index.html | 3 +-- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cc846651b..d11ac517a 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ addon | version | maintainers | summary [excel_import_export_unidecode](excel_import_export_unidecode/) | 16.0.1.0.1 | | Add unidecode option to excel import/export/report [html_text](html_text/) | 16.0.1.0.0 | | Generate excerpts from any HTML field [iap_alternative_provider](iap_alternative_provider/) | 16.0.1.0.0 | [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module for providing alternative provider for iap apps -[jsonifier](jsonifier/) | 16.0.0.0.0 | | JSON-ify data for all models +[jsonifier](jsonifier/) | 16.0.0.0.1 | | JSON-ify data for all models [module_analysis](module_analysis/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add analysis tools regarding installed modules to know which installed modules comes from Odoo Core, OCA, or are custom modules -[module_auto_update](module_auto_update/) | 16.0.1.0.0 | | Automatically update Odoo modules +[module_auto_update](module_auto_update/) | 16.0.1.0.1 | | Automatically update Odoo modules [module_change_auto_install](module_change_auto_install/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration [onchange_helper](onchange_helper/) | 16.0.1.0.0 | | Technical module that ease execution of onchange in Python code [rpc_helper](rpc_helper/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls diff --git a/jsonifier/README.rst b/jsonifier/README.rst index 6d6e09177..afb9a03d8 100644 --- a/jsonifier/README.rst +++ b/jsonifier/README.rst @@ -7,7 +7,7 @@ JSONifier !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c2bfb7648f5bdbd7dfc39ce9e3a2169fa7ba35f0d5467e289da141c53a7deded + !! source digest: sha256:35c533b68310f11e30533abb554ad99c602c67aef7b9ba22b2d88822862cf1f0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/jsonifier/__manifest__.py b/jsonifier/__manifest__.py index 91f355bda..720f56ef9 100644 --- a/jsonifier/__manifest__.py +++ b/jsonifier/__manifest__.py @@ -6,7 +6,7 @@ { "name": "JSONifier", "summary": "JSON-ify data for all models", - "version": "16.0.0.0.0", + "version": "16.0.0.0.1", "category": "Uncategorized", "website": "https://github.com/OCA/server-tools", "author": "Akretion, ACSONE, Camptocamp, Odoo Community Association (OCA)", diff --git a/jsonifier/static/description/index.html b/jsonifier/static/description/index.html index 7399fac73..fc1749602 100644 --- a/jsonifier/static/description/index.html +++ b/jsonifier/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c2bfb7648f5bdbd7dfc39ce9e3a2169fa7ba35f0d5467e289da141c53a7deded +!! source digest: sha256:35c533b68310f11e30533abb554ad99c602c67aef7b9ba22b2d88822862cf1f0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds a ‘jsonify’ method to every model of the ORM. diff --git a/module_auto_update/README.rst b/module_auto_update/README.rst index 5f34a00fd..d85e067dc 100644 --- a/module_auto_update/README.rst +++ b/module_auto_update/README.rst @@ -7,7 +7,7 @@ Module Auto Update !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:82249628349b0696b7966b62bca11314944312d4d6d2ae721e5ef6f543eae06b + !! source digest: sha256:4209571476b4b2c16db424593f413727e1bf9c625e6adb43ddeb8f7cb09bd6cd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/module_auto_update/__manifest__.py b/module_auto_update/__manifest__.py index caf030b59..bc3fd6e17 100644 --- a/module_auto_update/__manifest__.py +++ b/module_auto_update/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Module Auto Update", "summary": "Automatically update Odoo modules", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Extra Tools", "website": "https://github.com/OCA/server-tools", "author": "LasLabs, " diff --git a/module_auto_update/static/description/index.html b/module_auto_update/static/description/index.html index 7f8334960..7f7677867 100644 --- a/module_auto_update/static/description/index.html +++ b/module_auto_update/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:82249628349b0696b7966b62bca11314944312d4d6d2ae721e5ef6f543eae06b +!! source digest: sha256:4209571476b4b2c16db424593f413727e1bf9c625e6adb43ddeb8f7cb09bd6cd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon provides mechanisms to compute sha1 hashes of installed addons,