diff --git a/README.md b/README.md index 7460daa6..e8f0cb9f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ addon | version | maintainers | summary [rma](rma/) | 15.0.1.2.0 | [![chiendandalu](https://github.com/chiendandalu.png?size=30px)](https://github.com/chiendandalu) | Return Merchandise Authorization (RMA) [rma_delivery](rma_delivery/) | 15.0.1.0.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Allow to choose a default delivery carrier for returns [rma_sale](rma_sale/) | 15.0.1.3.1 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Sale Order - Return Merchandise Authorization (RMA) -[rma_sale_mrp](rma_sale_mrp/) | 15.0.1.1.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Allow doing RMAs from MRP kits +[rma_sale_mrp](rma_sale_mrp/) | 15.0.1.1.1 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Allow doing RMAs from MRP kits [stock_production_lot_warranty](stock_production_lot_warranty/) | 15.0.1.1.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) | Add warranty date to stock production lot [website_rma](website_rma/) | 15.0.1.1.1 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) diff --git a/rma_sale_mrp/README.rst b/rma_sale_mrp/README.rst index 029a2cc3..ce7dfbbd 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:81a672db1ce58438606b47cfa352dac68909ba3944032c64588145608a5028f7 + !! source digest: sha256:7d3ad7ffcfb67d3b7744365f2b2dc7b7db3dd7866643bc7e5704865a1ce52cb8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -95,6 +95,7 @@ Contributors * `Tecnativa `__: * David Vidal +* Michael Tietz (MT Software) Maintainers ~~~~~~~~~~~ diff --git a/rma_sale_mrp/__manifest__.py b/rma_sale_mrp/__manifest__.py index fd0ff4da..aab5bfcf 100644 --- a/rma_sale_mrp/__manifest__.py +++ b/rma_sale_mrp/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Return Merchandise Authorization Management - Link with MRP Kits", "summary": "Allow doing RMAs from MRP kits", - "version": "15.0.1.1.0", + "version": "15.0.1.1.1", "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 78ba3219..80cf8551 100644 --- a/rma_sale_mrp/static/description/index.html +++ b/rma_sale_mrp/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:81a672db1ce58438606b47cfa352dac68909ba3944032c64588145608a5028f7 +!! source digest: sha256:7d3ad7ffcfb67d3b7744365f2b2dc7b7db3dd7866643bc7e5704865a1ce52cb8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/rma Translate me on Weblate Try me on Runboat

This module enables RMAs for kits, wich isn’t compatible with the base modules. @@ -443,6 +442,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

  • David Vidal
  • +
  • Michael Tietz (MT Software) <mtietz@mt-software.de>