Skip to content

Commit

Permalink
Merge pull request #522 from ForgeFlow/16.0-fix-rma_purchase-dependency
Browse files Browse the repository at this point in the history
[16.0][FIX] rma_purchase: add dependency with purchase_stock
  • Loading branch information
JordiBForgeFlow authored May 22, 2024
2 parents 433c610 + c328d66 commit f339dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rma_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "LGPL-3",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/ForgeFlow/stock-rma",
"depends": ["rma_account", "purchase"],
"depends": ["rma_account", "purchase_stock"],
"data": [
"wizards/rma_order_line_make_purchase_order_view.xml",
"security/ir.model.access.csv",
Expand Down

0 comments on commit f339dfe

Please sign in to comment.