diff --git a/README.md b/README.md index 7820254da..0df69c9d4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ TODO: add repo description. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[module_change_auto_install](module_change_auto_install/) | 17.0.1.0.0 | [](https://github.com/legalsylvain) | Customize auto installables modules by configuration [//]: # (end addons) diff --git a/module_change_auto_install/README.rst b/module_change_auto_install/README.rst index cf8ef0da6..9a0bd8449 100644 --- a/module_change_auto_install/README.rst +++ b/module_change_auto_install/README.rst @@ -7,7 +7,7 @@ Change auto installable modules !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:98a3d5d558f2f0c3c28e4da83aab64faf557fe10382a6faa7d577666177b9fd0 + !! source digest: sha256:0c031a3caad005be5ebed35f89ad0f97db7e6b3b65d19bba99c1c6a82103204e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/module_change_auto_install/static/description/index.html b/module_change_auto_install/static/description/index.html index 969851b7f..1887ef65f 100644 --- a/module_change_auto_install/static/description/index.html +++ b/module_change_auto_install/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:98a3d5d558f2f0c3c28e4da83aab64faf557fe10382a6faa7d577666177b9fd0 +!! source digest: sha256:0c031a3caad005be5ebed35f89ad0f97db7e6b3b65d19bba99c1c6a82103204e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
In odoo, by default some modules are marked as auto installable by the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..93e778ab2 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-server-tools" +version = "17.0.20231209.0" +dependencies = [ + "odoo-addon-module_change_auto_install>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]