[imp] removed warning in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110630071507-huww146gjkm4bri5
This commit is contained in:
niv-openerp 2011-06-30 09:15:07 +02:00
parent b76fa13dc7
commit 62fc1d41ba
1 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,8 @@ openerp.base.FormView = openerp.base.View.extend( /** @lends openerp.base.FormV
}
}
} else {
this.log("warning : on_processed_onchange can't find field " + field, result);
// this is a common case, the normal behavior should be to ignore it
//this.log("warning : on_processed_onchange can't find field " + field, result);
}
}
this.on_form_changed();