[FIX] FormView#do_load_state() do not call @do_show() properly

bzr revid: fme@openerp.com-20130205170556-w9xxre6lmqny33xc
This commit is contained in:
Fabien Meghazi 2013-02-05 18:05:56 +01:00
parent 00b6936b70
commit e1726fa1ee
1 changed files with 1 additions and 3 deletions

View File

@ -251,9 +251,7 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
this.dataset.ids.push(state.id);
}
this.dataset.select_id(state.id);
if (warm) {
this.do_show();
}
this.do_show({ reload: warm });
}
},
/**