diff --git a/README.md b/README.md index 856a53467..2e75406c8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [product_warranty](product_warranty/) | 17.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 [rma](rma/) | 17.0.2.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) +[rma_lot](rma_lot/) | 17.0.1.0.0 | | Manage lot in RMA [//]: # (end addons) diff --git a/rma_lot/README.rst b/rma_lot/README.rst index 11e9384a4..b7cc216bb 100644 --- a/rma_lot/README.rst +++ b/rma_lot/README.rst @@ -7,7 +7,7 @@ Rma Lot !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:179ae979736d64a8afa520769acb7d060690a304e812587c70bf43b4542d2ea6 + !! source digest: sha256:75c2b660869693cf46b74a7e80a7047080b9b6c3a72a340dc789f9e71791ec01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/rma_lot/static/description/index.html b/rma_lot/static/description/index.html index c618b468e..3f099900d 100644 --- a/rma_lot/static/description/index.html +++ b/rma_lot/static/description/index.html @@ -367,7 +367,7 @@
Tracking returned products by lot or serial number is crucial for diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5f003804c..234e0e5a3 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-rma" -version = "17.0.20240605.0" +version = "17.0.20241023.0" dependencies = [ "odoo-addon-product_warranty>=17.0dev,<17.1dev", "odoo-addon-rma>=17.0dev,<17.1dev", + "odoo-addon-rma_lot>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",