From 118b3a41f010a23735120a14aecde13975006b18 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 14 Feb 2024 15:23:10 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- module_auto_update/README.rst | 2 +- module_auto_update/__manifest__.py | 2 +- module_auto_update/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e95aae6250..9cad6be8f1f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ addon | version | maintainers | summary [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.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.1 | | Automatically update Odoo modules +[module_auto_update](module_auto_update/) | 16.0.1.0.2 | | 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/module_auto_update/README.rst b/module_auto_update/README.rst index d85e067dc35..516825998d4 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:4209571476b4b2c16db424593f413727e1bf9c625e6adb43ddeb8f7cb09bd6cd + !! source digest: sha256:ba78e4d2f2c7f4ffbe7890390c9314316f8221c83f049ac48bb208a2b2e3c27e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 bc3fd6e173e..f5215b87e54 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.1", + "version": "16.0.1.0.2", "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 7f767786728..f50a1f31076 100644 --- a/module_auto_update/static/description/index.html +++ b/module_auto_update/static/description/index.html @@ -366,7 +366,7 @@

Module Auto Update

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

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,