diff --git a/README.md b/README.md index bd5783f80..f2a3fcd1b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ addon | version | maintainers | summary [iap_alternative_provider](iap_alternative_provider/) | 16.0.1.0.0 | [](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 [letsencrypt](letsencrypt/) | 16.0.1.1.0 | | Request SSL certificates from letsencrypt.org -[module_analysis](module_analysis/) | 16.0.1.0.2 | [](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_analysis](module_analysis/) | 16.0.1.0.3 | [](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.2 | | Automatically update Odoo modules [module_change_auto_install](module_change_auto_install/) | 16.0.1.0.2 | [](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 diff --git a/module_analysis/README.rst b/module_analysis/README.rst index 80e9be78d..d3e949f6d 100644 --- a/module_analysis/README.rst +++ b/module_analysis/README.rst @@ -7,7 +7,7 @@ Module Analysis !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2fafbba768ff6d7742538bf89b03aa28d12679f934a2acae111ce27e23d0f387 + !! source digest: sha256:f8513f5b49d062610250e5784f52d2f47a40b573401c14c8304fb93c4343d146 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/module_analysis/__manifest__.py b/module_analysis/__manifest__.py index f791c23eb..987ab00b9 100644 --- a/module_analysis/__manifest__.py +++ b/module_analysis/__manifest__.py @@ -10,7 +10,7 @@ "author": "GRAP, Odoo Community Association (OCA)", "maintainers": ["legalsylvain"], "website": "https://github.com/OCA/server-tools", - "version": "16.0.1.0.2", + "version": "16.0.1.0.3", "license": "AGPL-3", "depends": ["base"], "data": [ diff --git a/module_analysis/static/description/index.html b/module_analysis/static/description/index.html index 45db5ac24..6e2980bf1 100644 --- a/module_analysis/static/description/index.html +++ b/module_analysis/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2fafbba768ff6d7742538bf89b03aa28d12679f934a2acae111ce27e23d0f387 +!! source digest: sha256:f8513f5b49d062610250e5784f52d2f47a40b573401c14c8304fb93c4343d146 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to know ‘how much code’ is running on your Odoo