diff --git a/web_ir_actions_close_wizard_refresh_view/__manifest__.py b/web_ir_actions_close_wizard_refresh_view/__manifest__.py index a6f92e82e..777104030 100644 --- a/web_ir_actions_close_wizard_refresh_view/__manifest__.py +++ b/web_ir_actions_close_wizard_refresh_view/__manifest__.py @@ -15,7 +15,7 @@ "data": ["security/ir.model.access.csv"], "assets": { "web.assets_backend": [ - "web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js" + "web_ir_actions_close_wizard_refresh_view/static/src/js/*.js" ] }, "application": False, diff --git a/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js b/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.esm.js similarity index 100% rename from web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js rename to web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.esm.js