From 085bbcc26405b8827824e18e77b0b1a02fb210f2 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 3 Jul 2014 12:22:34 +0200 Subject: [PATCH] [REF] 'disable_openerp_online': flake8. --- disable_openerp_online/__openerp__.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index 17ddaeafd..189445f0b 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -19,9 +19,9 @@ # ############################################################################## { - "name" : "Remove openerp.com bindings", - "version" : "1.1", - "author" : "Therp BV", + "name": "Remove openerp.com bindings", + "version": "1.1", + "author": "Therp BV", "complexity": "normal", "description": """ This module deactivates all bindings to openerp.com that @@ -30,14 +30,15 @@ come with the standard code: * update notifier code is deactivated and the function is overwritten * apps and updates menu items in settings are removed * help and account menu items in user menu are removed -* prevent lookup of OPW for current database uuid and resulting 'unsupported' warning +* prevent lookup of OPW for current database uuid and resulting""" + """ 'unsupported' warning """, - "category" : "", - "depends" : [ + "category": "", + "depends": [ 'base', 'mail', ], - "data" : [ + "data": [ 'data/ir_ui_menu.xml', 'data/ir_cron.xml', ], @@ -51,7 +52,7 @@ come with the standard code: ], "auto_install": False, "installable": True, - "external_dependencies" : { - 'python' : [], + "external_dependencies": { + 'python': [], }, }