Files
manufacture/mrp_workorder_lock_planning/__manifest__.py
2023-11-09 11:09:30 +01:00

22 lines
653 B
Python

# Copyright 2023 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "MRP Workorder Lock Planning",
"summary": "Lock the planning of a MRP workorder to avoid rescheduling",
"version": "15.0.1.0.0",
"development_status": "Beta",
"category": "Manufacturing/Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["grindtildeath"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"mrp",
],
"data": [
"views/mrp_workorder.xml",
],
}