[FIX] mail: more typos

bzr revid: odo@openerp.com-20120822124943-2ixd2vbbug38tfb2
This commit is contained in:
Olivier Dony 2012-08-22 14:49:43 +02:00
parent b873d36b90
commit a001d89243
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ class mail_thread(osv.Model):
values = kwargs
values.update( {
'model': thread_id and self._name or False,
'thread_id': thread_id or False,
'res_id': thread_id or False,
'body': body,
'subject': subject,
'type': msg_type,