diff --git a/README.md b/README.md index 92efd91b..fd064855 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 | [](https://github.com/osi-scampbell) [](https://github.com/max3903) | Product Warranty [//]: # (end addons) diff --git a/product_warranty/README.rst b/product_warranty/README.rst index 615c2163..44b49362 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 2f43995e..a562ed2e 100644 --- a/product_warranty/static/description/index.html +++ b/product_warranty/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:8e938fbaf2613c43a6b1ff2b724a47215faf740842a40130ca22816cd0c60fd5 +!! source digest: sha256:e194b599e8fff1a1ebf7f7bccabe24984561aec7c04d769b086ecaf0f63d5814 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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 00000000..7a9abc7d --- /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", +]