diff --git a/README.md b/README.md index 7b105b5009d..fa83585e413 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 +--- | --- | --- | --- +[product_dimension](product_dimension/) | 17.0.1.0.0 | | Product Dimension [//]: # (end addons) diff --git a/product_dimension/README.rst b/product_dimension/README.rst index cd9c177bbdd..d30b83e82f8 100644 --- a/product_dimension/README.rst +++ b/product_dimension/README.rst @@ -7,7 +7,7 @@ Product Dimension !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8ccc0f2b27a1fcb8d8ece5d0f1f90dda73a1d0f056ea47a6602c2d09233aeeab + !! source digest: sha256:535629352cfe589fe9b49b924f225077e56e74cb1633516d309f813d700fd3d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_dimension/static/description/index.html b/product_dimension/static/description/index.html index d0009d51511..e22342cb811 100644 --- a/product_dimension/static/description/index.html +++ b/product_dimension/static/description/index.html @@ -1,3 +1,4 @@ +
@@ -366,7 +367,7 @@This module extends the functionality of product to support dimensions diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000000..beeecc1853e --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-product-attribute" +version = "17.0.20231207.0" +dependencies = [ + "odoo-addon-product_dimension>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]