[MIG] web_widget_child_selector: Migration to 13.0

This commit is contained in:
Enric Tobella
2021-06-21 16:41:50 +02:00
committed by Olga Marco
parent 361db88329
commit 41da8d2114
7 changed files with 18 additions and 18 deletions

View File

@@ -4,11 +4,11 @@
{
"name": "Web Widget Child Selector",
"summary": "Widget used for navigation on hierarchy fields",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": ["web",],
"data": ["views/assets.xml",],
"qweb": ["static/src/xml/widget_child_selector.xml",],
"depends": ["web"],
"data": ["views/assets.xml"],
"qweb": ["static/src/xml/widget_child_selector.xml"],
}