[IMP] add procurement message

bzr revid: kjo@tinyerp.com-20120531105601-lju4w4fdyz4fvlyx
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-05-31 16:26:01 +05:30
parent 01911098bd
commit c9ce120fcd
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class procurement_order(osv.osv):
Exceptions:\n""") % (start_date, end_date, report_total, report_except, report_later)
summary += '\n'.join(report)
self.message_append_note(cr, uid, [proc.id], body=message)
self.message_append_note(cr, uid, [proc.id], body=summary)
if use_new_cursor:
cr.commit()
offset += len(ids)