Merge pull request #2546 from expsa/fix_system_dashboard

[FIX] discard button issue in system dashboard
This commit is contained in:
Tahir Hassan 2025-03-03 12:42:26 +04:00 committed by GitHub
commit a16a5840df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}