From 2ece0ed04d506728d062ad292d58619d0d5fedea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Rodr=C3=ADguez?= Date: Sun, 23 Feb 2020 14:38:03 -0400 Subject: [PATCH] [IMP] web_m2x_options: balck and eslint fix --- web_m2x_options/__manifest__.py | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/web_m2x_options/__manifest__.py b/web_m2x_options/__manifest__.py index 4cc4bad54..767180e88 100644 --- a/web_m2x_options/__manifest__.py +++ b/web_m2x_options/__manifest__.py @@ -4,23 +4,17 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - "name": 'web_m2x_options', + "name": "web_m2x_options", "version": "13.0.1.0.0", - 'category': 'Web', + "category": "Web", "author": "ACSONE SA/NV, " - "0k.io, " - "Tecnativa, " - "Odoo Community Association (OCA)", - 'website': 'https://github.com/OCA/web', - 'license': 'AGPL-3', - "depends": [ - 'web', - ], - 'data': [ - 'views/view.xml' - ], - 'qweb': [ - 'static/src/xml/base.xml', - ], - 'installable': True, + "0k.io, " + "Tecnativa, " + "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/web", + "license": "AGPL-3", + "depends": ["web"], + "data": ["views/view.xml"], + "qweb": ["static/src/xml/base.xml"], + "installable": True, }