black, isort

This commit is contained in:
Alexandre Díaz
2019-10-13 23:41:25 +02:00
committed by Sergey Shebanin
parent 567f43760f
commit d02a1cdd4e
3 changed files with 20 additions and 30 deletions

View File

@@ -8,22 +8,14 @@
"version": "13.0.1.0.0",
"category": "Website",
"website": "https://github.com/OCA/web",
"author": "LasLabs, Tecnativa, "
"Odoo Community Association (OCA)",
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"depends": [
'web',
'mail',
],
"data": [
'views/assets.xml',
'views/res_users.xml',
'views/web.xml',
],
'qweb': [
'static/src/xml/apps.xml',
'static/src/xml/form_view.xml',
'static/src/xml/navbar.xml',
"depends": ["web", "mail"],
"data": ["views/assets.xml", "views/res_users.xml", "views/web.xml"],
"qweb": [
"static/src/xml/apps.xml",
"static/src/xml/form_view.xml",
"static/src/xml/navbar.xml",
],
}