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