From faad6e4fc0a0a2059a4fd258996cc0e575825154 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 12 Oct 2019 12:08:12 +0200 Subject: [PATCH] pre-commit, black, isort --- mrp_bom_component_menu/__manifest__.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/mrp_bom_component_menu/__manifest__.py b/mrp_bom_component_menu/__manifest__.py index 437431f1f..e26222416 100644 --- a/mrp_bom_component_menu/__manifest__.py +++ b/mrp_bom_component_menu/__manifest__.py @@ -7,14 +7,9 @@ "version": "13.0.1.0.0", "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", - "author": "Eficent," - "Odoo Community Association (OCA)", + "author": "Eficent," "Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, - "depends": [ - "mrp", - ], - "data": [ - "views/mrp_bom_component_view.xml", - ], + "depends": ["mrp"], + "data": ["views/mrp_bom_component_view.xml"], }