Files
manufacture/mrp_workorder_update_component/__manifest__.py
DavidJForgeFlow 6fc1f795e1 [ADD] mrp_workorder_update_components
Allows to modify component lines in work orders.
2023-08-31 09:45:03 +02:00

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,
}