[IMP] Disable autofocus on editable lists

bzr revid: fme@openerp.com-20120802093917-3wc9qgek6e2mba5p
This commit is contained in:
Fabien Meghazi 2012-08-02 11:39:17 +02:00
parent d880351b6a
commit 1f1770ffb7
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ openerp.web.list_editable = function (instance) {
this.form = new (this.options.formView)(
this, this.delegate.dataset, false, {
initial_mode: 'edit',
disable_autofocus: true,
$buttons: $(),
$pager: $()
});