[IMP] received email when renew contract

bzr revid: fka@tinyerp.com-20130306131836-d98z0o25sp21777e
This commit is contained in:
Foram Katharotiya (OpenERP) 2013-03-06 18:48:36 +05:30
parent 60d505dfaf
commit bdbb287f71
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ class account_analytic_account(osv.osv):
for user_id, data in remind.items():
context["data"] = data
_logger.debug("Sending reminder to uid %s", user_id)
self.pool.get('email.template').send_mail(cr, uid, template_id, user_id, context=context)
self.pool.get('email.template').send_mail(cr, uid, template_id, user_id, True, context=context)
return True