From d40d579c54c21211feefb97f006c09559a3e6d1b Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 31 Jan 2022 17:41:42 +0100 Subject: [PATCH] [FIX] rma: Incorrect dependency change Followup of 1ff85a19dafeee7c489819a544989b7a4c747ac5 --- rma/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rma/__manifest__.py b/rma/__manifest__.py index d60b8a4b..6425c32a 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -3,14 +3,14 @@ { "name": "Return Merchandise Authorization Management", "summary": "Return Merchandise Authorization (RMA)", - "version": "13.0.2.3.0", + "version": "13.0.2.3.1", "development_status": "Production/Stable", "category": "RMA", "website": "https://github.com/OCA/rma", "author": "Tecnativa, Odoo Community Association (OCA)", "maintainers": ["ernestotejeda"], "license": "AGPL-3", - "depends": ["sale_stock"], + "depends": ["stock_account"], "data": [ "views/report_rma.xml", "report/report.xml",