diff --git a/rma_repair/__manifest__.py b/rma_repair/__manifest__.py index 7d5afd9b6..18f98f926 100644 --- a/rma_repair/__manifest__.py +++ b/rma_repair/__manifest__.py @@ -8,7 +8,7 @@ "summary": "Links RMA with Repairs.", "author": "ForgeFlow", "website": "https://github.com/ForgeFlow/stock-rma", - "depends": ["rma_account", "repair"], + "depends": ["rma_account", "repair", "rma_put_away"], "data": [ "security/ir.model.access.csv", "views/rma_order_view.xml",