[FIX] project_issue, crm: removed colon in YAML comment.

bzr revid: vmt@openerp.com-20120914140148-sqoxc9yb0den8fa4
This commit is contained in:
Vo Minh Thu 2012-09-14 16:01:48 +02:00
parent 8723e937e1
commit 53bd6a6c58
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
assert not lead.partner_id, "Customer should be a new"
assert lead.name == "Fournir votre devis avec le meilleur prix.", "Subject does not match"
-
I reply him request with welcome message. TODO: revert mail.mail to mail.compose.message (conversion to customer should be automatic).
I reply him request with welcome message. TODO revert mail.mail to mail.compose.message (conversion to customer should be automatic).
-
!python {model: mail.mail}: |
lead_ids = self.pool.get('crm.lead').search(cr, uid, [('email_from','=', 'Mr. John Right <info@customer.com>')])

View File

@ -19,7 +19,7 @@
!assert {model: project.issue, id: crm_case_buginaccountsmodule0, severity: error, string: Issue should be in pending state}:
- state == 'pending'
-
I send mail to get more details. TODO: revert mail.mail to mail.compose.message (conversion to customer should be automatic).
I send mail to get more details. TODO revert mail.mail to mail.compose.message (conversion to customer should be automatic).
-
!python {model: mail.mail }: |
ctx = context.copy()