[FIX] hr_evaluation: YAML

bzr revid: mra@mra-laptop-20100819111749-e2ir0jrsb6h9wo7d
This commit is contained in:
MTR(OpenERP) 2010-08-19 16:47:49 +05:30 committed by Mustufa Rangwala
parent 22268fa1cb
commit 5d0b974a97
1 changed files with 8 additions and 1 deletions

View File

@ -106,6 +106,13 @@
plan_id: 'hr_evaluation_plan_managersplan0'
progress: 0.0
state: draft
-
I create an Interview Request record
-
!record {model: hr.evaluation.interview, id: hr_evaluation_interview_0}:
date_deadline: '2010-06-28'
evaluation_id: 'hr_evaluation_evaluation_0'
survey_id: hr_evaluation.survey_0
-
I check that evaluation is in "Draft" state.
-
@ -121,7 +128,7 @@
I close this servey request by giving answer of survey question.
-
!python {model: hr.evaluation.interview}: |
self.survey_req_done(cr, uid, [ref('hr_evaluation_evaluation_0')])
self.survey_req_done(cr, uid, [ref('hr_evaluation_interview_0')])
-
I click on "Final Validation" button to finalise evaluation.
-