[IMP] mail: disable autofocus in formview

bzr revid: fme@openerp.com-20120802124707-9ba1po7rhbjauz30
This commit is contained in:
Fabien Meghazi 2012-08-02 14:47:07 +02:00
commit 93be88fcbd
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ openerp.mail = function(session) {
action_buttons: false,
pager: false,
initial_mode: 'edit',
});
disable_autofocus: true,
});
// add the form, bind events, activate the form
var msg_node = this.$element.find('div.oe_mail_msg_content');
return $.when(this.form_view.appendTo(msg_node)).pipe(function() {