diff --git a/README.md b/README.md index 9e60bbc7..d0a7ef67 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [product_warranty](product_warranty/) | 16.0.1.0.0 | [](https://github.com/osi-scampbell) [](https://github.com/max3903) | Product Warranty -[rma](rma/) | 16.0.3.3.0 | [](https://github.com/pedrobaeza) [](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) +[rma](rma/) | 16.0.3.4.0 | [](https://github.com/pedrobaeza) [](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) [rma_lot](rma_lot/) | 16.0.1.0.0 | | Manage lot in RMA [rma_procurement_customer](rma_procurement_customer/) | 16.0.1.0.0 | | Rma Procurement Customer [rma_sale](rma_sale/) | 16.0.3.0.0 | [](https://github.com/chienandalu) | Sale Order - Return Merchandise Authorization (RMA) diff --git a/rma/README.rst b/rma/README.rst index 1c25a9da..9acbcec8 100644 --- a/rma/README.rst +++ b/rma/README.rst @@ -7,7 +7,7 @@ Return Merchandise Authorization Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:66f6e25bae16c7dd18a87ac93a94c69aea1633346ff0b6e1a0645a19f5814899 + !! source digest: sha256:4a3c60cd1f8ff5f8358d20aca0c1d14a7295fb9d5152cb09ca7b708446ebaffb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/rma/__manifest__.py b/rma/__manifest__.py index 5fd387fb..418ba5b8 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Return Merchandise Authorization Management", "summary": "Return Merchandise Authorization (RMA)", - "version": "16.0.3.3.0", + "version": "16.0.3.4.0", "development_status": "Production/Stable", "category": "RMA", "website": "https://github.com/OCA/rma", diff --git a/rma/static/description/index.html b/rma/static/description/index.html index 99e566df..93817012 100644 --- a/rma/static/description/index.html +++ b/rma/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:66f6e25bae16c7dd18a87ac93a94c69aea1633346ff0b6e1a0645a19f5814899 +!! source digest: sha256:4a3c60cd1f8ff5f8358d20aca0c1d14a7295fb9d5152cb09ca7b708446ebaffb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to manage Return Merchandise Authorization (RMA).