[REM] Outdated test

bzr revid: rim@openerp.com-20140304135950-of0ohkn5a84xfa8h
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-04 14:59:50 +01:00
parent b8ccde9318
commit c6689f4a1a
1 changed files with 0 additions and 10 deletions

View File

@ -47,16 +47,6 @@
-
!python {model: hr.applicant}: |
self.action_makeMeeting(cr, uid, [ref('hr_case_programmer')])
-
Applicant fillup the answer of the interview quetion.
-
!python {model: survey.question.wiz}: |
ctx = context.copy()
ctx.update({'active_model': 'hr.applicant', 'active_id': ref("hr_case_programmer"), 'active_ids': [ref("hr_case_programmer")], 'survey_id': ref("survey_job_0")})
self.fields_view_get(cr, uid, ref("survey.view_survey_question_message"),"form", context=ctx)
vals = self.default_get(cr, uid , [], context=ctx)
self.create(cr, uid, vals, context=ctx)
self.action_new_page(cr, uid, [ref("survey_job_0")], context=ctx)
-
I print Applicant fill up the interview quetion
-