Browse Source

code formatting

pull/236/head
Pierre Verkest 9 years ago
parent
commit
0c41e40ec5
  1. 3
      web_widget_boolean_switch/static/src/js/web_widget_boolean_switch.js

3
web_widget_boolean_switch/static/src/js/web_widget_boolean_switch.js

@ -141,7 +141,8 @@ openerp.web_widget_boolean_switch = function(instance){
model.call('write', [[id], values],
{'context': context}).then(_.bind(function(){
if(!this.view.grouped){
this.view.records._byId[this.id].attributes[this.field.name] = this.state;
this.view.records._byId[this.id].attributes[
this.field.name] = this.state;
}
}, {'view': this.view, 'field': this.field,
'id': id, 'state': state}));

Loading…
Cancel
Save