Files
manufacture/mrp_bom_attribute_match/__manifest__.py
2023-06-12 10:38:57 +00:00

15 lines
448 B
Python

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