fix dashboard

This commit is contained in:
eslamabady 2024-08-11 17:27:43 +03:00
parent 840acaf8ba
commit fc93591f59
1 changed files with 1 additions and 1 deletions

View File

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