[IMP] web_advanced_search: black, isort

This commit is contained in:
Alexandre Díaz
2020-03-13 19:04:49 +01:00
committed by Ivàn Todorovich
parent 03e9cb5602
commit ee83cde3e3
5 changed files with 77 additions and 102 deletions

View File

@@ -5,23 +5,15 @@
{
"name": "Advanced search",
"version": "12.0.1.0.2",
"author": "Therp BV, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"version": "13.0.1.0.0",
"author": "Therp BV, " "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Usability",
"summary": "Easier and more powerful searching tools",
"website": "https://github.com/OCA/web",
"depends": [
'web',
],
"data": [
'views/templates.xml',
],
"qweb": [
'static/src/xml/web_advanced_search.xml',
],
"depends": ["web"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/web_advanced_search.xml"],
"installable": True,
"application": False,
}