diff --git a/addons/hr_recruitment/test/recruitment_process.yml b/addons/hr_recruitment/test/recruitment_process.yml index 8588e5c96e8..85abad2a9d6 100644 --- a/addons/hr_recruitment/test/recruitment_process.yml +++ b/addons/hr_recruitment/test/recruitment_process.yml @@ -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 -