Files
manufacture/mrp_workorder_sequence/__manifest__.py
2021-12-10 11:57:34 -05:00

23 lines
648 B
Python

# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# 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": "12.0.1.0.0",
"category": "Manufacturing",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"development_status": "Beta",
"maintainers": ["lreficent"],
"website": "https://github.com/OCA/manufacture",
"license": "LGPL-3",
"depends": [
"mrp",
],
"data": [
"views/mrp_workorder_view.xml",
],
"installable": True,
}