[FIX] some updates after first revision

This commit is contained in:
Cesar Lage
2016-05-04 04:32:11 -04:00
parent 34a7ea8b2a
commit 808599e686
4 changed files with 10 additions and 46 deletions

View File

@@ -35,7 +35,7 @@ openerp.web_widget_radio_tree = function (instance) {
};
this.on('change:effective_readonly', this, check_readonly);
check_readonly.call(this);
this._super.apply(this, arguments);
return this._super.apply(this, arguments);
},
click_disabled_boolean: function(){
var $disabled = this.$el.find('input[type=radio]:disabled');