diff --git a/README.md b/README.md index 92efd91b3..fd0648550 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ rma [//]: # (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_warranty](product_warranty/) | 18.0.1.0.0 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Product Warranty [//]: # (end addons) diff --git a/product_warranty/README.rst b/product_warranty/README.rst index 615c2163b..44b49362f 100644 --- a/product_warranty/README.rst +++ b/product_warranty/README.rst @@ -7,7 +7,7 @@ Product Warranty !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8e938fbaf2613c43a6b1ff2b724a47215faf740842a40130ca22816cd0c60fd5 + !! source digest: sha256:e194b599e8fff1a1ebf7f7bccabe24984561aec7c04d769b086ecaf0f63d5814 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/product_warranty/static/description/index.html b/product_warranty/static/description/index.html index 2f43995e8..a562ed2e0 100644 --- a/product_warranty/static/description/index.html +++ b/product_warranty/static/description/index.html @@ -367,7 +367,7 @@
This module extends the functionality of ‘Sales Management’ to allows diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..7a9abc7da --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-rma" +version = "18.0.20241118.0" +dependencies = [ + "odoo-addon-product_warranty==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]