From ae92c2db9a131ea274f4b553c43e7cf21db37821 Mon Sep 17 00:00:00 2001 From: BT-nstuder Date: Mon, 20 Jan 2020 12:35:58 +0100 Subject: [PATCH] [IMP] web_no_bubble: black, isort --- web_no_bubble/__manifest__.py | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py index 3db3b6aa9..a35f27d5a 100644 --- a/web_no_bubble/__manifest__.py +++ b/web_no_bubble/__manifest__.py @@ -2,18 +2,15 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { - 'name': 'Web No Bubble', - 'version': '12.0.1.0.0', - 'author': 'Savoir-faire Linux, ' - 'Odoo Community Association (OCA)', - 'website': 'https://github.com/OCA/web', - 'license': 'AGPL-3', - 'category': 'Web', - 'summary': 'Remove the bubbles from the web interface', - 'depends': ['web'], - 'data': [ - 'views/web_no_bubble.xml', - ], - 'installable': True, - 'application': False, + "name": "Web No Bubble", + "version": "12.0.1.0.0", + "author": "Savoir-faire Linux, " "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/web", + "license": "AGPL-3", + "category": "Web", + "summary": "Remove the bubbles from the web interface", + "depends": ["web"], + "data": ["views/web_no_bubble.xml"], + "installable": True, + "application": False, }