[MIG] web_advanced_search: Migration to 14.0

This commit is contained in:
Raf Ven
2021-04-29 09:10:13 +02:00
committed by Ivàn Todorovich
parent 1eca71d2b2
commit b2eb3dbac7
6 changed files with 107 additions and 381 deletions

View File

@@ -13,7 +13,9 @@
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/web_advanced_search.xml"],
"qweb": [
"static/src/xml/web_advanced_search.xml",
],
"installable": True,
"application": False,
}