[IMP] mrp_workorder_sequence: black, isort

This commit is contained in:
ps-tubtim
2020-03-12 15:22:52 +07:00
committed by Christopher Ormaza
parent 58de304f3a
commit 429fa5c0d6
2 changed files with 5 additions and 10 deletions

View File

@@ -4,19 +4,14 @@
{
"name": "MRP Work Order Sequence",
"summary": "adds sequence to production work orders.",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"category": "Manufacturing",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"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",
],
"depends": ["mrp"],
"data": ["views/mrp_workorder_view.xml"],
"installable": True,
}

View File

@@ -1 +1 @@
Go to any production order with a routing set and check its work orders.
Go to any production order with a routing set and check its work orders.