diff --git a/README.md b/README.md index 88aa37c8ab9..2245524f5d9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[database_cleanup](database_cleanup/) | 17.0.1.0.0 | | Database cleanup [module_change_auto_install](module_change_auto_install/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration diff --git a/database_cleanup/README.rst b/database_cleanup/README.rst index 232dd27b27d..9d9b5cc02f9 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:c4e3a9a4d5281f32404040f55c6462a92e30d23e213de3fc450c472624c9a83f + !! source digest: sha256:80b08f7649f766f3be6fb8468ad4a1f9c6a1dfc8c5371171c8d5bb66809a78f6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 5cff82a3611..3101028b7bd 100644 --- a/database_cleanup/static/description/index.html +++ b/database_cleanup/static/description/index.html @@ -366,7 +366,7 @@

Database cleanup

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c4e3a9a4d5281f32404040f55c6462a92e30d23e213de3fc450c472624c9a83f +!! source digest: sha256:80b08f7649f766f3be6fb8468ad4a1f9c6a1dfc8c5371171c8d5bb66809a78f6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Clean your Odoo database from remnants of modules, models, columns and diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 93e778ab260..46c9d6042f2 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20231209.0" +version = "17.0.20240117.0" dependencies = [ + "odoo-addon-database_cleanup>=17.0dev,<17.1dev", "odoo-addon-module_change_auto_install>=17.0dev,<17.1dev", ] classifiers=[