diff --git a/product_cost_usd/__manifest__.py b/product_cost_usd/__manifest__.py index fd81f73f014..197931334af 100644 --- a/product_cost_usd/__manifest__.py +++ b/product_cost_usd/__manifest__.py @@ -10,6 +10,7 @@ "license": "LGPL-3", "depends": [ "sale_margin", + "sale_stock_margin", ], "demo": [ "demo/product_pricelist_demo.xml",