[TODO] add todo note

bzr revid: xmo@openerp.com-20120702110607-csi1oa4hm6lxtwat
This commit is contained in:
Xavier Morel 2012-07-02 13:06:07 +02:00
parent 70d5ffb73b
commit 3cc825994b
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ openerp.web.list_editable = function (instance) {
start: function () {
var self = this;
var _super = this._super();
// TODO: getParent() should be delegate defaulting to getParent()
this.form.embedded_view = this.getParent().editionView(this);
var form_ready = this.form.appendTo(this.$element).then(
self.form.proxy('do_hide'));