From 62fa7353ec8bac8e50e2cd59db939d82f781c5fd Mon Sep 17 00:00:00 2001 From: Olga Marco Date: Wed, 11 May 2022 11:23:55 +0200 Subject: [PATCH] [MIG] web_widget_child_selector: Migration to 15.0 --- web_widget_child_selector/__manifest__.py | 10 ++++++++-- web_widget_child_selector/views/assets.xml | 20 -------------------- 2 files changed, 8 insertions(+), 22 deletions(-) delete mode 100644 web_widget_child_selector/views/assets.xml 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 @@ - - -