diff --git a/README.md b/README.md index c50e3b3aeff..488b787dedb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[database_cleanup](database_cleanup/) | 18.0.1.0.0 | | Database cleanup [jsonifier](jsonifier/) | 18.0.1.0.0 | | JSON-ify data for all models [onchange_helper](onchange_helper/) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code diff --git a/database_cleanup/README.rst b/database_cleanup/README.rst index 51642ff57ee..99980591d2a 100644 --- a/database_cleanup/README.rst +++ b/database_cleanup/README.rst @@ -7,7 +7,7 @@ Database cleanup !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0cfcda2589a9f11270616e22be3e3560c3360bb96421bba926a9dfd30735398d + !! source digest: sha256:41b121e4717dc74c9ca4d6d201d2ed1b651a26e198889e379cbda0af5b2ddc54 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/database_cleanup/static/description/index.html b/database_cleanup/static/description/index.html index 44172501be3..684b5ef0c8b 100644 --- a/database_cleanup/static/description/index.html +++ b/database_cleanup/static/description/index.html @@ -367,7 +367,7 @@
Clean your Odoo database from remnants of modules, models, columns and diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 7c23f1066cc..335702b7bff 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20241010.1" +version = "18.0.20241021.0" dependencies = [ + "odoo-addon-database_cleanup==18.0.*", "odoo-addon-jsonifier==18.0.*", "odoo-addon-onchange_helper==18.0.*", ]