[IMP] mail: set default readonly to false

bzr revid: chm@openerp.com-20121217092428-s5a5thu4f1fjvejc
This commit is contained in:
Christophe Matthieu 2012-12-17 10:24:28 +01:00
parent af10943f7b
commit c3d4d20d86
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ openerp.mail = function (session) {
'view_inbox': false,
'message_ids': undefined,
'compose_as_todo' : false,
'readonly' : true,
'readonly' : false,
}, this.action.params);
this.action.params.help = this.action.help || false;