diff --git a/README.md b/README.md index 029e5a8f690..4e91439ae4f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ addon | version | maintainers | summary [jsonifier](jsonifier/) | 15.0.1.0.0 | | Base module that provide the jsonify method on all models [letsencrypt](letsencrypt/) | 15.0.1.0.3 | | Request SSL certificates from letsencrypt.org [module_analysis](module_analysis/) | 15.0.1.1.1 | | 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/) | 15.0.1.0.1 | | Automatically update Odoo modules +[module_auto_update](module_auto_update/) | 15.0.1.0.2 | | Automatically update Odoo modules [module_change_auto_install](module_change_auto_install/) | 15.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/) | 15.0.1.0.1 | | Technical module that ease execution of onchange in Python code [scheduler_error_mailer](scheduler_error_mailer/) | 15.0.1.0.0 | | Scheduler Error Mailer diff --git a/module_auto_update/README.rst b/module_auto_update/README.rst index 42ed77456b3..35fe1bc6662 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:7a76e012fb1cfa7db9cfbdf15ccdf26ac76432d486a09b435053f9943371499b + !! source digest: sha256:2a0dc28e8d62b92ce0d91cd078ebf3d0f2bb1154240959979e292d145f1e5b51 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 a618d32c8d3..4a0704f4b64 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": "15.0.1.0.1", + "version": "15.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 8c938eab924..6fd6286bcf1 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 @@This addon provides mechanisms to compute sha1 hashes of installed addons,