pre-commit, black, isort

This commit is contained in:
OCA-git-bot
2019-10-12 12:08:12 +02:00
committed by Florian da Costa
parent d7febdc0ca
commit e3474fb802

View File

@@ -7,14 +7,9 @@
"version": "13.0.1.0.0", "version": "13.0.1.0.0",
"category": "Manufacturing", "category": "Manufacturing",
"website": "https://github.com/OCA/manufacture", "website": "https://github.com/OCA/manufacture",
"author": "Eficent," "author": "Eficent," "Odoo Community Association (OCA)",
"Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"installable": True, "installable": True,
"depends": [ "depends": ["mrp"],
"mrp", "data": ["views/mrp_bom_component_view.xml"],
],
"data": [
"views/mrp_bom_component_view.xml",
],
} }