bzr revid: fp@tinyerp.com-20120820130232-qrw1zk5i2fhe22qk
This commit is contained in:
Fabien Pinckaers 2012-08-20 15:02:32 +02:00
parent d6395938ce
commit de096a967d
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ class mail_thread(osv.Model):
value = kwargs
value.update( {
'model': self._name,
'model': res_id and self._name or False,
'res_id': res_id,
'body': body,
'subject': subject,