Skip to content

Commit

Permalink
[IMP] purchase_stock_analytic: Depends on purchase_stock
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Nov 2, 2021
1 parent 9cfadf6 commit fb4f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purchase_stock_analytic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-analytic",
"depends": ["purchase", "stock_analytic"],
"depends": ["purchase_stock", "stock_analytic"],
}

0 comments on commit fb4f5ac

Please sign in to comment.