Skip to content

Commit

Permalink
[16.0][FIX] rma_repair, add rma_put_away as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisOForgeFlow committed Aug 1, 2024
1 parent ec9c1b7 commit 4f35298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rma_repair/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f35298

Please sign in to comment.