[IMP] web_m2x_options: balck and eslint fix

pull/2434/head
Andrés Rodríguez 2020-02-23 14:38:03 -04:00 committed by Diep Huu Hoang
parent 49f082ffaa
commit 804514bd58
1 changed files with 11 additions and 17 deletions

View File

@ -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,
}