Files
manufacture/mrp_bom_attribute_match/__manifest__.py
Ivàn Todorovich 4d5ebbaea2 [IMP] mrp_bom_attribute_match: drop the 'account' dependency
There isn't any reson to depend on it.
2022-10-31 08:14:04 -03:00

14 lines
390 B
Python

{
"name": "BOM Attribute Match",
"version": "15.0.1.0.0",
"category": "Manufacturing",
"author": "Ilyas, Ooops, Odoo Community Association (OCA)",
"summary": "Dynamic BOM component based on product attribute",
"depends": ["mrp"],
"license": "AGPL-3",
"website": "https://github.com/OCA/manufacture",
"data": [
"views/mrp_bom_views.xml",
],
}