Merge pull request #522 from ForgeFlow/16.0-fix-rma_purchase-dependency

[16.0][FIX] rma_purchase: add dependency with purchase_stock
This commit is contained in:
Jordi Ballester Alomar
2024-05-22 09:19:34 +02:00
committed by GitHub

View File

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