[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", "name": "MRP Work Order Sequence",
"summary": "adds sequence to production work orders.", "summary": "adds sequence to production work orders.",
"version": "12.0.1.0.0", "version": "13.0.1.0.0",
"category": "Manufacturing", "category": "Manufacturing",
"author": "Eficent, " "author": "Eficent, " "Odoo Community Association (OCA)",
"Odoo Community Association (OCA)",
"development_status": "Beta", "development_status": "Beta",
"maintainers": ["lreficent"], "maintainers": ["lreficent"],
"website": "https://github.com/OCA/manufacture", "website": "https://github.com/OCA/manufacture",
"license": "LGPL-3", "license": "LGPL-3",
"depends": [ "depends": ["mrp"],
"mrp", "data": ["views/mrp_workorder_view.xml"],
],
"data": [
"views/mrp_workorder_view.xml",
],
"installable": True, "installable": True,
} }