From 864f69982e65645e8fcd4a38a64c82973299cacb Mon Sep 17 00:00:00 2001 From: Berezi Date: Fri, 31 Jan 2025 09:54:00 +0100 Subject: [PATCH] [16.0][IMP] purchase_order_line_qty_by_packaging: Correct dependencies. --- purchase_order_line_qty_by_packaging/__manifest__.py | 1 + 1 file changed, 1 insertion(+) 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",