From 28761f2439433b0b4ab7478dc37f52b178ee4977 Mon Sep 17 00:00:00 2001 From: PauBForgeFlow Date: Tue, 24 Oct 2023 16:57:07 +0200 Subject: [PATCH] [MIG] rma_refund_reason: Migration to 16.0 --- rma_refund_reason/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rma_refund_reason/__manifest__.py b/rma_refund_reason/__manifest__.py index b9731f09e..fe2f11185 100644 --- a/rma_refund_reason/__manifest__.py +++ b/rma_refund_reason/__manifest__.py @@ -3,10 +3,10 @@ { "name": "RMA Refund Reason Integration", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "summary": "RMA Refund Reason Integration", "category": "RMA", - "author": "ForgeFlow S.L.", + "author": "ForgeFlow", "website": "https://github.com/ForgeFlow/stock-rma", "license": "AGPL-3", "depends": ["rma_account", "account_invoice_refund_reason"],