diff --git a/README.md b/README.md index 628ebf1719f..dc17760f93e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ product-attribute [//]: # (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/) | 18.0.1.0.0 | | Product Dimension [//]: # (end addons) diff --git a/product_dimension/README.rst b/product_dimension/README.rst index e1c88b484d5..a982e010cd0 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:535629352cfe589fe9b49b924f225077e56e74cb1633516d309f813d700fd3d1 + !! source digest: sha256:33b715207dfb67e71c10e259f9ba52e6d1bab082fc6e9f805a351d54f17c7462 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 35f0a873605..4dcfe70efda 100644 --- a/product_dimension/static/description/index.html +++ b/product_dimension/static/description/index.html @@ -367,7 +367,7 @@

Product Dimension

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:535629352cfe589fe9b49b924f225077e56e74cb1633516d309f813d700fd3d1 +!! source digest: sha256:33b715207dfb67e71c10e259f9ba52e6d1bab082fc6e9f805a351d54f17c7462 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/product-attribute Translate me on Weblate Try me on Runboat

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..87c785db803 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-product-attribute" +version = "18.0.20241023.0" +dependencies = [ + "odoo-addon-product_dimension==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]