diff --git a/README.md b/README.md index 1e4da128..1bf5e25b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ 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.2.0 | [](https://github.com/pedrobaeza) [](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) +[rma](rma/) | 16.0.1.3.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.1 | [](https://github.com/chienandalu) | Allow doing RMAs from MRP kits +[rma_sale_mrp](rma_sale_mrp/) | 16.0.1.2.0 | [](https://github.com/chienandalu) | Allow doing RMAs from MRP kits [//]: # (end addons) diff --git a/rma/README.rst b/rma/README.rst index 217afd8a..cf09ecc8 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:4883b701d44a55d02e769bdbf411c649efc42341792b63e965630e712a6406d9 + !! source digest: sha256:fc1ebcf484947c613431d205e84ea341b3dfb003b0d988afd52854643ff91259 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/rma/__manifest__.py b/rma/__manifest__.py index cd86ac43..553eabdf 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.2.0", + "version": "16.0.1.3.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 cef1e1aa..cd7018b5 100644 --- a/rma/static/description/index.html +++ b/rma/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:4883b701d44a55d02e769bdbf411c649efc42341792b63e965630e712a6406d9 +!! source digest: sha256:fc1ebcf484947c613431d205e84ea341b3dfb003b0d988afd52854643ff91259 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to manage Return Merchandise Authorization (RMA). diff --git a/rma_sale_mrp/README.rst b/rma_sale_mrp/README.rst index 695e3623..a32a46e0 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:c53a8e9a33e279202040a3b2fafa3a7c74762bf3a11cafbdc8e14fec4214d8ca + !! source digest: sha256:a7adb8147980ad9751ec340e27906ff97ecec67bae10fd6d669516b0f20c70e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 67ce4b17..e3db329c 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.1.1.1", + "version": "16.0.1.2.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 cad88ffc..c8a2132e 100644 --- a/rma_sale_mrp/static/description/index.html +++ b/rma_sale_mrp/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:c53a8e9a33e279202040a3b2fafa3a7c74762bf3a11cafbdc8e14fec4214d8ca +!! source digest: sha256:a7adb8147980ad9751ec340e27906ff97ecec67bae10fd6d669516b0f20c70e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module enables RMAs for kits, wich isn’t compatible with the base modules.