mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
The same result can be achieved with a computed field. Moreover, we have one already in odoo core. Originally it was a related field, but we can change it to a computed and add our extra logic there.
14 lines
398 B
Python
14 lines
398 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_account"],
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"data": [
|
|
"views/mrp_bom_views.xml",
|
|
],
|
|
}
|