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",