[FIX] rma_purchase: add dependency with purchase_stock

This commit is contained in:
Jordi Ballester Alomar
2024-05-22 08:08:27 +02:00
committed by AaronHForgeFlow
parent 30a3eec92c
commit 3c1c203224

View File

@@ -8,7 +8,7 @@
"license": "LGPL-3", "license": "LGPL-3",
"author": "ForgeFlow, Odoo Community Association (OCA)", "author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/ForgeFlow", "website": "https://github.com/ForgeFlow",
"depends": ["rma_account", "purchase"], "depends": ["rma_account", "purchase_stock"],
"data": [ "data": [
"wizards/rma_order_line_make_purchase_order_view.xml", "wizards/rma_order_line_make_purchase_order_view.xml",
"security/ir.model.access.csv", "security/ir.model.access.csv",