diff --git a/web_widget_child_selector/__manifest__.py b/web_widget_child_selector/__manifest__.py index 2a81bf9fb..bd9328784 100644 --- a/web_widget_child_selector/__manifest__.py +++ b/web_widget_child_selector/__manifest__.py @@ -4,11 +4,17 @@ { "name": "Web Widget Child Selector", "summary": "Widget used for navigation on hierarchy fields", - "version": "14.0.1.0.0", + "version": "15.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"], + "assets": { + "web.assets_backend": [ + "web_widget_child_selector/static/src/js/**/*", + "web_widget_child_selector/static/src/scss/**/*", + ], + "web.assets_qweb": ["web_widget_child_selector/static/src/xml/**/*"], + }, "qweb": ["static/src/xml/widget_child_selector.xml"], } diff --git a/web_widget_child_selector/views/assets.xml b/web_widget_child_selector/views/assets.xml deleted file mode 100644 index 0799377fe..000000000 --- a/web_widget_child_selector/views/assets.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -