From 125d3ebda290b34a9ed5407be4964bc7fbc19bfd Mon Sep 17 00:00:00 2001 From: DavidFIB Date: Thu, 19 May 2022 14:03:40 +0200 Subject: [PATCH] [15.0][FIX/IMP] Make RMA Operation settings company dependent --- rma/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma/__manifest__.py b/rma/__manifest__.py index e884d7aa..a8019210 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -9,7 +9,7 @@ "summary": "Introduces the return merchandise authorization (RMA) process in odoo", "author": "ForgeFlow", "website": "https://github.com/ForgeFlow/stock-rma", - "depends": ["stock", "mail", "web", "account"], + "depends": ["stock", "mail", "web", "account", "snailmail"], "demo": ["demo/stock_demo.xml"], "data": [ "security/rma.xml",