mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
13 lines
428 B
Python
13 lines
428 B
Python
{
|
|
"name": "Valuation layers for unbuild orders",
|
|
"version": "14.0.1.0.1",
|
|
"license": "LGPL-3",
|
|
"category": "Manufacture",
|
|
"summary": "Unbuild orders display the connected valuation layers",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"depends": ["mrp_account"],
|
|
"data": ["views/mrp_unbuild_views.xml"],
|
|
"installable": True,
|
|
}
|