[IMP] project_issue: improved yml test case.

bzr revid: tpa@tinyerp.com-20120907101907-xi9vxrns0zdid6wf
This commit is contained in:
Turkesh Patel (Open ERP) 2012-09-07 15:49:07 +05:30
parent 8d1b195172
commit 024506b63b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
-
I send mail to get more details.
-
!python {model: mail.compose.message }: |
!python {model: mail.mail }: |
ctx = context.copy()
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)