Files
manufacture/mrp_request_workcenter_cycle/__manifest__.py
2022-10-25 16:11:42 +00:00

28 lines
743 B
Python
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Copyright 2020 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Request Workcenter Cycle",
"version": "12.0.1.0.1",
"category": "Manufacturing",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture"
"/mrp_request_workcenter_cycle",
"depends": [
"mrp_production_request",
],
"development_status": "Alpha",
"data": [
"security/ir.model.access.csv",
"views/product.xml",
"views/request.xml",
],
"demo": [
"demo/workcenter.xml",
"demo/request.xml",
],
"maintainers": ["bealdav"],
"installable": True,
}