From 336dbe5d359853ca64256c7eb28654aff9d4eaf7 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Fri, 27 Oct 2023 09:36:24 +0200 Subject: [PATCH] [16][MIG] rma_category : migration to 16 --- rma_category/README.rst | 16 ++++++++-------- rma_category/__manifest__.py | 4 ++-- rma_category/views/rma_category.xml | 2 +- rma_category/views/rma_order_line.xml | 1 - 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/rma_category/README.rst b/rma_category/README.rst index e36debc68..1784c1e85 100644 --- a/rma_category/README.rst +++ b/rma_category/README.rst @@ -1,8 +1,9 @@ -============== -RMA Filter Lot -============== +============ +RMA Category +============ -Filter RMA lots in customer RMA to only allow lots sent to customer. +This module allow to create categories for RMA and assign these categories to the RMA. +The goal is to be able to classify/organise the RMAs. Bug Tracker =========== @@ -20,18 +21,17 @@ Credits Authors ~~~~~~~ -* ForgeFlow S.L. +* Akretion Contributors ~~~~~~~~~~~~ -* Mateu Griful -* Lois Rilo +* Florian da Costa Maintainers ~~~~~~~~~~~ This module is maintained by the ForgeFlow. -This module is part of the `ForgeFlow/stock-rma `_ project on GitHub. +This module is part of the `ForgeFlow/stock-rma `_ project on GitHub. diff --git a/rma_category/__manifest__.py b/rma_category/__manifest__.py index a24cafeee..896ba43e3 100644 --- a/rma_category/__manifest__.py +++ b/rma_category/__manifest__.py @@ -2,11 +2,11 @@ { "name": "RMA Category", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "license": "LGPL-3", "category": "RMA", "summary": "Add RMA categories to classify RMAs", - "author": "Akretion", + "author": "Akretion,ForgeFlow", "website": "https://github.com/ForgeFlow/stock-rma", "depends": ["rma"], "data": [ diff --git a/rma_category/views/rma_category.xml b/rma_category/views/rma_category.xml index 913d49c0f..2a096c04c 100644 --- a/rma_category/views/rma_category.xml +++ b/rma_category/views/rma_category.xml @@ -38,7 +38,7 @@ rma.category - + diff --git a/rma_category/views/rma_order_line.xml b/rma_category/views/rma_order_line.xml index 36b6afc10..4411046d1 100644 --- a/rma_category/views/rma_order_line.xml +++ b/rma_category/views/rma_order_line.xml @@ -7,7 +7,6 @@