From b16d09ded7af3aca09d61e930a567927cb831241 Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 16 Jan 2024 10:22:43 +0100 Subject: [PATCH] product_update_price_last_purchase: remove unused dependency --- product_update_price_last_purchase/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product_update_price_last_purchase/__manifest__.py b/product_update_price_last_purchase/__manifest__.py index 1159df3..c044cbb 100644 --- a/product_update_price_last_purchase/__manifest__.py +++ b/product_update_price_last_purchase/__manifest__.py @@ -18,7 +18,6 @@ "stock_account", "sale", "product_margin_classification", - "product_print_category", ], "data": [ "views/actions.xml",