[fix] typos

bzr revid: nicolas.vanhoren@openerp.com-20120319100639-qa4oi4vaf6ny8gju
This commit is contained in:
niv-openerp 2012-03-19 11:06:39 +01:00
parent 5f5abc4461
commit b106632bd2
1 changed files with 2 additions and 2 deletions

View File

@ -1440,7 +1440,7 @@ openerp.web.form.FieldChar = openerp.web.form.AbstractField.extend({
this._super.apply(this, arguments);
this.bind_events();
this.on("change:effective_readonly", this, function() {
this.render_element();
this.renderElement();
this.bind_events();
this.render_value();
});
@ -1811,7 +1811,7 @@ openerp.web.form.FieldSelection = openerp.web.form.AbstractField.extend({
this._super.apply(this, arguments);
this.bind_events();
this.on("change:effective_readonly", this, function() {
this.render_element();
this.renderElement();
this.bind_events();
this.render_value();
});