[FIX] project_issue: In yml, set email_from on compose mail to send reply to customer

bzr revid: hmo@tinyerp.com-20111214125543-oeosngloik6biiu7
This commit is contained in:
Harry (OpenERP) 2011-12-14 18:25:43 +05:30
parent c79cd910d4
commit 0043ed55a3
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
ctx.update({'active_model': 'project.issue', 'active_id': ref("crm_case_buginaccountsmodule0"), 'active_ids': [ref("crm_case_buginaccountsmodule0")]})
vals = self.default_get(cr, uid , [], context=ctx)
try:
new_id = self.create(cr, uid, {'email_to': 'Robert_Adersen@yahoo.com', 'subject': 'Regarding error in account module we nees more details'})
new_id = self.create(cr, uid, {'email_from': 'support@mycompany.com','email_to': 'Robert_Adersen@yahoo.com', 'subject': 'Regarding error in account module we nees more details'})
self.send_mail(cr, uid, [new_id], context=ctx)
except Exception, e:
pass
@ -54,4 +54,4 @@
I Check state of Issue after closed.
-
!assert {model: project.issue, id: crm_case_buginaccountsmodule0, severity: error, string: Issue should be in done state}:
- state == 'done'
- state == 'done'