From e9d5af889f2c09344a974c49a5568c2cc1030795 Mon Sep 17 00:00:00 2001 From: Taras Shabaranskyi Date: Mon, 12 Aug 2024 11:52:03 +0300 Subject: [PATCH] [FIX] web_refresher: bug when clicking on production plan --- web_refresher/__manifest__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web_refresher/__manifest__.py b/web_refresher/__manifest__.py index 2648e4874..8410eb250 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -10,11 +10,15 @@ "assets": { "web.assets_backend": [ "web_refresher/static/src/**/*.scss", - "web_refresher/static/src/**/*.esm.js", "web_refresher/static/src/xml/refresher.xml", # Load the modification of the master template just after it, # for having the modification in all the primary extensions. # Example: the project primary view. + ( + "after", + "web/static/src/search/control_panel/control_panel.js", + "web_refresher/static/src/**/*.esm.js", + ), ( "after", "web/static/src/search/control_panel/control_panel.xml",