From 853bb4e7fa9c93a1c0f9b0f3baf3a15e03b25f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A0n=20Todorovich?= Date: Mon, 31 Oct 2022 08:12:28 -0300 Subject: [PATCH] [IMP] mrp_bom_attribute_match: drop the 'account' dependency There isn't any reson to depend on it. --- mrp_bom_attribute_match/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_bom_attribute_match/__manifest__.py b/mrp_bom_attribute_match/__manifest__.py index 75fae785c..34e672314 100644 --- a/mrp_bom_attribute_match/__manifest__.py +++ b/mrp_bom_attribute_match/__manifest__.py @@ -4,7 +4,7 @@ "category": "Manufacturing", "author": "Ilyas, Ooops, Odoo Community Association (OCA)", "summary": "Dynamic BOM component based on product attribute", - "depends": ["mrp_account"], + "depends": ["mrp"], "license": "AGPL-3", "website": "https://github.com/OCA/manufacture", "data": [