mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
20 lines
651 B
Python
20 lines
651 B
Python
# Copyright 2023 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "MRP Work Order Update Component",
|
|
"summary": "Allows to modify component lines in work orders.",
|
|
"version": "13.0.1.0.0",
|
|
"category": "Manufacturing",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"maintainers": ["DavidJForgeFlow"],
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"license": "LGPL-3",
|
|
"depends": ["mrp"],
|
|
"data": [
|
|
"views/mrp_workorder_view.xml",
|
|
"wizards/mrp_workorder_new_line_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|