From aeb102fb34aef37b23d0758d99113457928fd040 Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 5 Feb 2025 12:49:43 +0100 Subject: [PATCH] product_print_category_supermarket: add product_net_weight to manifest depends --- product_print_category_supermarket/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product_print_category_supermarket/__manifest__.py b/product_print_category_supermarket/__manifest__.py index f9e4b57..d927a72 100644 --- a/product_print_category_supermarket/__manifest__.py +++ b/product_print_category_supermarket/__manifest__.py @@ -13,6 +13,7 @@ "product_print_category", "product_origin", "product_template_tags", + "product_net_weight", ], "data": [ "views/report_pricetag_normal.xml",