diff --git a/purchase_order_line_qty_by_packaging/__manifest__.py b/purchase_order_line_qty_by_packaging/__manifest__.py index 30748a10dc..a408804db5 100644 --- a/purchase_order_line_qty_by_packaging/__manifest__.py +++ b/purchase_order_line_qty_by_packaging/__manifest__.py @@ -9,6 +9,7 @@ "website": "https://github.com/avanzosc/odoo-addons", "depends": [ "purchase_stock", + "stock_move_qty_by_packaging", ], "data": [ "report/report_purchaseorder_document.xml",