From fc93591f59f3452e7a78bb965281b08094045c61 Mon Sep 17 00:00:00 2001 From: eslamabady Date: Sun, 11 Aug 2024 17:27:43 +0300 Subject: [PATCH] fix dashboard --- .../simplify_access_management/static/src/js/hide_export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odex25_base/simplify_access_management/static/src/js/hide_export.js b/odex25_base/simplify_access_management/static/src/js/hide_export.js index f06129999..691b92a7b 100644 --- a/odex25_base/simplify_access_management/static/src/js/hide_export.js +++ b/odex25_base/simplify_access_management/static/src/js/hide_export.js @@ -10,7 +10,7 @@ odoo.define('simplify_access_management.hide_export', function (require) { _render: function () { const res = this._super.apply(this, arguments); const self = this; - this._super.apply(this, arguments); +// this._super.apply(this, arguments); var hash = window.location.hash.substring(1); hash = JSON.parse('{"' + hash.replace(/&/g, '","').replace(/=/g,'":"') + '"}', function(key, value) { return key===""?value:decodeURIComponent(value) })