diff --git a/web_widget_child_selector/__manifest__.py b/web_widget_child_selector/__manifest__.py index a7cd04b9e..72f5eb70a 100644 --- a/web_widget_child_selector/__manifest__.py +++ b/web_widget_child_selector/__manifest__.py @@ -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"], } diff --git a/web_widget_child_selector/static/src/less/widget_child_selector.less b/web_widget_child_selector/static/src/scss/widget_child_selector.scss similarity index 100% rename from web_widget_child_selector/static/src/less/widget_child_selector.less rename to web_widget_child_selector/static/src/scss/widget_child_selector.scss diff --git a/web_widget_child_selector/views/assets.xml b/web_widget_child_selector/views/assets.xml index f7bf2475d..0799377fe 100644 --- a/web_widget_child_selector/views/assets.xml +++ b/web_widget_child_selector/views/assets.xml @@ -8,7 +8,8 @@