diff --git a/README.md b/README.md index 88df15eb..8c26e811 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ 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.1.1.0 | [](https://github.com/pedrobaeza) | Return Merchandise Authorization (RMA) -[rma_sale](rma_sale/) | 16.0.1.0.0 | [](https://github.com/ernestotejeda) | Sale Order - Return Merchandise Authorization (RMA) +[rma](rma/) | 16.0.1.2.0 | [](https://github.com/pedrobaeza) [](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) +[rma_sale](rma_sale/) | 16.0.1.1.0 | [](https://github.com/chienandalu) | Sale Order - Return Merchandise Authorization (RMA) [rma_sale_mrp](rma_sale_mrp/) | 16.0.1.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 af94686e..217afd8a 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:2f3c2a0ef25818e72bae886ab2801f9415e470bdd86f7f90e8cacbcfc4201182 + !! source digest: sha256:4883b701d44a55d02e769bdbf411c649efc42341792b63e965630e712a6406d9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/rma/__manifest__.py b/rma/__manifest__.py index 3bed6e98..cd86ac43 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.1.1.0", + "version": "16.0.1.2.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 35c5e015..cef1e1aa 100644 --- a/rma/static/description/index.html +++ b/rma/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2f3c2a0ef25818e72bae886ab2801f9415e470bdd86f7f90e8cacbcfc4201182 +!! source digest: sha256:4883b701d44a55d02e769bdbf411c649efc42341792b63e965630e712a6406d9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows you to manage Return Merchandise Authorization (RMA). diff --git a/rma_sale/README.rst b/rma_sale/README.rst index f62afdc7..f8da247e 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:422cb70435046ee9fc57784003da546aff3322dd479a713fd1f4ab2e04accb45 + !! source digest: sha256:cf3a02f79f0fda0f4310c25a15834d1507683495c887b118bed033e71aa4e69d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 88a76f8e..5cfc8baa 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.1.0.0", + "version": "16.0.1.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 c0b51e15..55f14060 100644 --- a/rma_sale/static/description/index.html +++ b/rma_sale/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:422cb70435046ee9fc57784003da546aff3322dd479a713fd1f4ab2e04accb45 +!! source digest: sha256:cf3a02f79f0fda0f4310c25a15834d1507683495c887b118bed033e71aa4e69d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows you to link a sales order to an RMA.