[FIX] hr_recruitment: remove test about removed wizard

bzr revid: rco@openerp.com-20120705122015-qcjhrkpbatjlfkmx
This commit is contained in:
Raphael Collet 2012-07-05 14:20:15 +02:00
parent 37b6165dd4
commit 16dd3b0b08
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,6 @@
-
!python {model: hr.applicant}: |
self.write(cr, uid, [ref('hr_case_programmer')], {'job_id':ref('hr.job_developer')})
-
I start communication with applicant, first schedule phonecall.
-
!python {model: hr.recruitment.job2phonecall}: |
context.update({'active_model': 'hr.applicant', 'active_id': ref("hr_case_programmer"), 'active_ids': [ref("hr_case_programmer")], 'survey_id': ref("survey_job_0")})
id = self.create(cr, uid, {}, context=context)
self.make_phonecall(cr, uid, [id], context=context)
-
I schedule meeting with applicant for interview.
-