diff --git a/README.md b/README.md index 5315c16c63..8ca73ae815 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 +--- | --- | --- | --- +[base_technical_features](base_technical_features/) | 17.0.1.0.0 | | Access to technical features without activating debug mode [//]: # (end addons) diff --git a/base_technical_features/README.rst b/base_technical_features/README.rst index ae8aa17623..1e84128882 100644 --- a/base_technical_features/README.rst +++ b/base_technical_features/README.rst @@ -7,7 +7,7 @@ Technical features group !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ef000192ce3bd670895ba5f923b01bbf17374b745bc2b722693a6d7068475901 + !! source digest: sha256:b1f95f15bf88e671bb7843b72fce85702596559dd2c986cdfb15b0219745b85f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_technical_features/static/description/index.html b/base_technical_features/static/description/index.html index 763f7d8645..912726ac6b 100644 --- a/base_technical_features/static/description/index.html +++ b/base_technical_features/static/description/index.html @@ -367,7 +367,7 @@

Technical features group

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

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

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000000..ce963a940a --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-server-ux" +version = "17.0.20231124.0" +dependencies = [ + "odoo-addon-base_technical_features>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]