mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
black, isort
This commit is contained in:
committed by
Sergey Shebanin
parent
567f43760f
commit
d02a1cdd4e
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user