mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
495 B
Python
16 lines
495 B
Python
{
|
|
"name": "BOM Attribute Match",
|
|
"version": "14.0.1.2.4",
|
|
"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",
|
|
],
|
|
"demo": ["demo/product_product_demo.xml"],
|
|
}
|