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