[IMP] mrp_bom_attribute_match: drop the 'account' dependency

There isn't any reson to depend on it.
This commit is contained in:
Ivàn Todorovich
2022-10-31 08:12:28 -03:00
committed by Ilyas
parent b1ab67ce5e
commit 853bb4e7fa

View File

@@ -4,7 +4,7 @@
"category": "Manufacturing", "category": "Manufacturing",
"author": "Ilyas, Ooops, Odoo Community Association (OCA)", "author": "Ilyas, Ooops, Odoo Community Association (OCA)",
"summary": "Dynamic BOM component based on product attribute", "summary": "Dynamic BOM component based on product attribute",
"depends": ["mrp_account"], "depends": ["mrp"],
"license": "AGPL-3", "license": "AGPL-3",
"website": "https://github.com/OCA/manufacture", "website": "https://github.com/OCA/manufacture",
"data": [ "data": [