diff --git a/test_themes/__manifest__.py b/test_themes/__manifest__.py index 097769147..96990f6ee 100644 --- a/test_themes/__manifest__.py +++ b/test_themes/__manifest__.py @@ -45,11 +45,8 @@ 'application': False, 'post_init_hook': 'post_init_hook', 'assets': { - 'web.assets_backend': [ - 'test_themes/static/src/js/systray_items/website_switcher.js', - ], - 'web.assets_qweb': [ - 'test_themes/static/src/js/systray_items/website_switcher.xml', + 'website.assets_editor': [ + 'test_themes/static/src/systray_items/*', ], }, 'license': 'LGPL-3', diff --git a/test_themes/static/src/js/systray_items/website_switcher.js b/test_themes/static/src/systray_items/website_switcher.js similarity index 100% rename from test_themes/static/src/js/systray_items/website_switcher.js rename to test_themes/static/src/systray_items/website_switcher.js diff --git a/test_themes/static/src/js/systray_items/website_switcher.xml b/test_themes/static/src/systray_items/website_switcher.xml similarity index 100% rename from test_themes/static/src/js/systray_items/website_switcher.xml rename to test_themes/static/src/systray_items/website_switcher.xml