Files
manufacture/mrp_bom_attribute_match/__manifest__.py
2022-12-23 19:02:29 +00:00

17 lines
485 B
Python

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