diff --git a/README.md b/README.md index 0e29ca7f..ddba826a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[product_warranty](product_warranty/) | 17.0.1.0.0 | [](https://github.com/osi-scampbell) [](https://github.com/max3903) | Product Warranty [rma](rma/) | 17.0.1.1.0 | [](https://github.com/pedrobaeza) [](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) [//]: # (end addons) diff --git a/product_warranty/README.rst b/product_warranty/README.rst index d4802039..589e5742 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:e2a2dd1d73c3c13ce90b5583f8c54c1a820658328338ddbf933ee5dc52dff6bc + !! source digest: sha256:8e938fbaf2613c43a6b1ff2b724a47215faf740842a40130ca22816cd0c60fd5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 07eb1503..ff6e5fb0 100644 --- a/product_warranty/static/description/index.html +++ b/product_warranty/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e2a2dd1d73c3c13ce90b5583f8c54c1a820658328338ddbf933ee5dc52dff6bc +!! source digest: sha256:8e938fbaf2613c43a6b1ff2b724a47215faf740842a40130ca22816cd0c60fd5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends the functionality of ‘Sales Management’ to allows diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index a3b71791..5f003804 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-rma" -version = "17.0.20240515.0" +version = "17.0.20240605.0" dependencies = [ + "odoo-addon-product_warranty>=17.0dev,<17.1dev", "odoo-addon-rma>=17.0dev,<17.1dev", ] classifiers=[