From 46b00800c5cb2d4c163d1f678eb2a4b7b989a35d Mon Sep 17 00:00:00 2001 From: AHIDev Date: Mon, 3 Mar 2025 12:40:48 +0400 Subject: [PATCH] [FIX] discard button issue in system dashboard --- .../static/src/js/system_dashboard_self_service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js b/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js index 64b4d49a8..4e691c555 100644 --- a/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js +++ b/odex25_base/system_dashboard_classic/static/src/js/system_dashboard_self_service.js @@ -238,7 +238,7 @@ odoo.define('system_dashboard_classic.dashboard_self_services', function(require [form_view, 'form'] ], context: context, - target: 'main', + target: 'current', flags:{ reload: true, }