diff --git a/README.md b/README.md index d0a7ef67..126e918a 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ 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.4.0 | [](https://github.com/pedrobaeza) [](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) +[rma](rma/) | 16.0.3.5.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) +[rma_sale](rma_sale/) | 16.0.3.1.0 | [](https://github.com/chienandalu) | Sale Order - Return Merchandise Authorization (RMA) [rma_sale_lot](rma_sale_lot/) | 16.0.1.0.0 | | Manage sale returns with lot. -[rma_sale_mrp](rma_sale_mrp/) | 16.0.2.0.0 | [](https://github.com/chienandalu) | Allow doing RMAs from MRP kits +[rma_sale_mrp](rma_sale_mrp/) | 16.0.2.1.0 | [](https://github.com/chienandalu) | Allow doing RMAs from MRP kits [//]: # (end addons) diff --git a/rma/README.rst b/rma/README.rst index 9acbcec8..3eb10eff 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:4a3c60cd1f8ff5f8358d20aca0c1d14a7295fb9d5152cb09ca7b708446ebaffb + !! source digest: sha256:e71a9405f7f3e5cac04a28ee38999377a8b673598dc05ad888eb300eb9d477e6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/rma/__manifest__.py b/rma/__manifest__.py index 418ba5b8..bca772a7 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.4.0", + "version": "16.0.3.5.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 93817012..33e4e81a 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:4a3c60cd1f8ff5f8358d20aca0c1d14a7295fb9d5152cb09ca7b708446ebaffb +!! source digest: sha256:e71a9405f7f3e5cac04a28ee38999377a8b673598dc05ad888eb300eb9d477e6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to manage Return Merchandise Authorization (RMA). diff --git a/rma_sale/README.rst b/rma_sale/README.rst index 1d5b722f..8e9651c1 100644 --- a/rma_sale/README.rst +++ b/rma_sale/README.rst @@ -7,7 +7,7 @@ Return Merchandise Authorization Management - Link with Sales !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:adfa21dc23909a6d7f5ac088ba59b5d4ff71d6e8b57f676f9625149030db0e35 + !! source digest: sha256:0ace4968c86bee8d2caa4e6d41af6a02fa6258de8a826eecb3378fd4d68db1b8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index 3ff25272..37bb829d 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Return Merchandise Authorization Management - Link with Sales", "summary": "Sale Order - Return Merchandise Authorization (RMA)", - "version": "16.0.3.0.0", + "version": "16.0.3.1.0", "development_status": "Production/Stable", "category": "RMA", "website": "https://github.com/OCA/rma", diff --git a/rma_sale/static/description/index.html b/rma_sale/static/description/index.html index 30aa3034..3cb3d3ab 100644 --- a/rma_sale/static/description/index.html +++ b/rma_sale/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:adfa21dc23909a6d7f5ac088ba59b5d4ff71d6e8b57f676f9625149030db0e35 +!! source digest: sha256:0ace4968c86bee8d2caa4e6d41af6a02fa6258de8a826eecb3378fd4d68db1b8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to link a sales order to an RMA. diff --git a/rma_sale_mrp/README.rst b/rma_sale_mrp/README.rst index 5e018eb6..cf2b4015 100644 --- a/rma_sale_mrp/README.rst +++ b/rma_sale_mrp/README.rst @@ -7,7 +7,7 @@ Return Merchandise Authorization Management - Link with MRP Kits !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f8a0dffa023799d7ca423c01b53ebc11fcaa7eb28d25e759cb57688da3d8daf3 + !! source digest: sha256:72d563f41209482d58b2cd9a05978c9308f9ff2f8d03a5365edc9c1f31671fc6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/rma_sale_mrp/__manifest__.py b/rma_sale_mrp/__manifest__.py index 809bb4fc..4d9d7cc0 100644 --- a/rma_sale_mrp/__manifest__.py +++ b/rma_sale_mrp/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Return Merchandise Authorization Management - Link with MRP Kits", "summary": "Allow doing RMAs from MRP kits", - "version": "16.0.2.0.0", + "version": "16.0.2.1.0", "development_status": "Beta", "category": "RMA", "website": "https://github.com/OCA/rma", diff --git a/rma_sale_mrp/static/description/index.html b/rma_sale_mrp/static/description/index.html index 68af842c..5c00819e 100644 --- a/rma_sale_mrp/static/description/index.html +++ b/rma_sale_mrp/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:f8a0dffa023799d7ca423c01b53ebc11fcaa7eb28d25e759cb57688da3d8daf3 +!! source digest: sha256:72d563f41209482d58b2cd9a05978c9308f9ff2f8d03a5365edc9c1f31671fc6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module enables RMAs for kits, wich isn’t compatible with the base modules.