mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
18 lines
605 B
Python
18 lines
605 B
Python
# Copyright 2019-20 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "MRP Work Order Sequence",
|
|
"summary": "adds sequence to production work orders.",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Manufacturing",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"development_status": "Beta",
|
|
"maintainers": ["LoisRForgeFlow"],
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"license": "LGPL-3",
|
|
"depends": ["mrp"],
|
|
"data": ["views/mrp_workorder_view.xml"],
|
|
"installable": True,
|
|
}
|