From 1d0e7c750d81988145a8480e7cfe40ef4166e718 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 16 May 2024 11:21:55 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 4 ++-- rma/README.rst | 2 +- rma/__manifest__.py | 2 +- rma/static/description/index.html | 2 +- rma_sale_mrp/README.rst | 2 +- rma_sale_mrp/__manifest__.py | 2 +- rma_sale_mrp/static/description/index.html | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e8f0cb9f..57569310 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [product_warranty](product_warranty/) | 15.0.1.0.1 | [![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) | Product Warranty -[rma](rma/) | 15.0.1.2.0 | [![chiendandalu](https://github.com/chiendandalu.png?size=30px)](https://github.com/chiendandalu) | Return Merchandise Authorization (RMA) +[rma](rma/) | 15.0.1.3.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.1 | [![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.2.0 | [![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/README.rst b/rma/README.rst index 731ced3d..107d9bfd 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:69f8d57d3e155d780bcbd73772ecd49461f7965e11a17631cf2b04c8ece63723 + !! source digest: sha256:ff393a4ae1a4e373490a3d9129969c7a98f022e1e3b823a1d8653ed23c97ce55 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/rma/__manifest__.py b/rma/__manifest__.py index c9551bd2..0dbac08d 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Return Merchandise Authorization Management", "summary": "Return Merchandise Authorization (RMA)", - "version": "15.0.1.2.0", + "version": "15.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 291aa3c9..48bf9f1e 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:69f8d57d3e155d780bcbd73772ecd49461f7965e11a17631cf2b04c8ece63723 +!! source digest: sha256:ff393a4ae1a4e373490a3d9129969c7a98f022e1e3b823a1d8653ed23c97ce55 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

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 ce7dfbbd..6cce2b03 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:7d3ad7ffcfb67d3b7744365f2b2dc7b7db3dd7866643bc7e5704865a1ce52cb8 + !! source digest: sha256:bae3614b37786a05c29f72bf699c7babb67cf27204bb672357306aeb83ae3113 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 aab5bfcf..f2140c89 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.1", + "version": "15.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 80cf8551..53b1f51a 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:7d3ad7ffcfb67d3b7744365f2b2dc7b7db3dd7866643bc7e5704865a1ce52cb8 +!! source digest: sha256:bae3614b37786a05c29f72bf699c7babb67cf27204bb672357306aeb83ae3113 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.