mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
19 lines
559 B
Python
19 lines
559 B
Python
# Copyright 2015-22 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "MRP BoM Hierarchy",
|
|
"summary": "Make it easy to navigate through BoM hierarchy.",
|
|
"version": "14.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Manufacturing",
|
|
"depends": ["mrp"],
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"view/mrp.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|