[FIX] typo

bzr revid: odo@openerp.com-20120904162140-g03z16djdvbiqiiz
This commit is contained in:
Olivier Dony 2012-09-04 18:21:40 +02:00
parent 62cb85433b
commit c85552b472
1 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,8 @@ the rule to mark CC(mail to any other person defined in actions)."),
'subject': '[%d] %s' % (obj.id, tools.ustr(obj.name)),
'body_html': '<pre>%s</pre>' % body,
'res_id': obj.id,
'model': obj._table
'model': obj._table_name,
'auto_delete': True
}, context=context)