[FIX] Fixed on_loaded in editable list.

bzr revid: vta@openerp.com-20121018115451-vx4i66o75kld3io9
This commit is contained in:
vta vta@openerp.com 2012-10-18 13:54:51 +02:00
parent 1e70837161
commit ae8efbed06
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ openerp.web.list_editable = function (instance) {
this._super();
}
},
on_loaded: function (data, grouped) {
load_list: function (data, grouped) {
var self = this;
// tree/@editable takes priority on everything else if present.
var result = this._super(data, grouped);