mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[14.0][ADD] mrp_bom_attribute_match
This commit is contained in:
16
mrp_bom_attribute_match/__manifest__.py
Normal file
16
mrp_bom_attribute_match/__manifest__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "BOM Attribute Match",
|
||||
"version": "14.0.1.0.1",
|
||||
"category": "Manufacturing",
|
||||
"author": "Ilyas, Ooops, Odoo Community Association (OCA)",
|
||||
"summary": "Dynamic BOM component based on product attribute",
|
||||
"depends": ["mrp_account"],
|
||||
"license": "LGPL-3",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
"data": [
|
||||
"views/mrp_bom_views.xml",
|
||||
],
|
||||
"qweb": [],
|
||||
"application": False,
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user