[FIX] crm: removed useless test with state -> stage

bzr revid: mat@openerp.com-20130912070647-abvqj0j57nazap6l
This commit is contained in:
Martin Trigaux 2013-09-12 09:06:47 +02:00
parent f5d8d2a451
commit bed4a740d4
1 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
-
Sales manager create a lead record to call a partner onchange, stage onchange and mailing opt-in onchange method.
-
@ -24,8 +23,3 @@
!record {model: crm.phonecall, id: crm_phonecall_5}:
name: 'Bad time'
partner_id: base.res_partner_5
-
Sales manager set the next stage to "New" for the lead.
-
!python {model: crm.lead}: |
self.stage_next(cr, uid, [ref("crm_case_4")], context={'stage_type': 'lead'})