Browse Source

Nov 06: [FIX] Bug Fixed 'model_access_rights'

14.0
RisvanaCybro 6 months ago
parent
commit
3b33c9732d
  1. 1
      model_access_rights/static/src/js/list_controller.js

1
model_access_rights/static/src/js/list_controller.js

@ -14,6 +14,7 @@ odoo.define('model_access_rights/static/src/js/list_controller.js', function (re
* This function will used to hide the selected options from the list view * This function will used to hide the selected options from the list view
*/ */
async willStart() { async willStart() {
const sup = this._super(...arguments);
var self = this; var self = this;
var user_id = self.initialState.context.uid; var user_id = self.initialState.context.uid;
var model = self.modelName; var model = self.modelName;

Loading…
Cancel
Save