TIP: You can type at any time to perform a new search.
Employee Appraisals
hr_evaluation · OCA/hr
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Human Resources
- Folder size
- 3.41 MB
- License
- LGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://www.odoo.com/page/appraisal
- Last tracking update
- 2026-08-07 07:10:03
- Authors
- OpenERP SA
- Maintainers
- OpenERP SA
- Committers
- Daniel Reis, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Periodical Employees evaluation and appraisals ============================================== By using this application you can maintain the motivational process by doing periodical evaluations of your employees' performance. The regular assessment of human resources can benefit your people as well your organization. An evaluation plan can be assigned to each employee. These plans define the frequency and the way you manage your periodic personal evaluations. You will be able to define steps and attach interview forms to each step. Manages several types of evaluations: bottom-up, top-down, self-evaluations and the final evaluation by the manager. Key Features ------------ * Ability to create employees evaluations. * An evaluation can be created by an employee for subordinates, juniors as well as his manager. * The evaluation is done according to a plan in which various surveys can be created. Each survey can be answered by a particular level in the employees hierarchy. The final review and evaluation is done by the manager. * Every evaluation filled by employees can be viewed in a PDF form. * Interview Requests are generated automatically by OpenERP according to employees evaluation plans. Each user receives automatic emails and requests to perform a periodical evaluation of their colleagues.
Code Analysis ⓘ
Views touched (15)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_evaluation.evaluation_search |
hr_evaluation.evaluation_search | hr_evaluation.evaluation | search | New |
hr_hr_employee_view_form |
hr.hr.employee.view.form | hr.employee | form | Inherits hr.view_employee_form |
view_evaluation_calendar |
Interview Requests | hr.evaluation.interview | calendar | New |
view_evaluation_report_graph |
hr.evaluation.report.graph | hr.evaluation.report | graph | New |
view_evaluation_report_search |
hr.evaluation.report.search | hr.evaluation.report | search | New |
view_hr_evaluation_form |
hr_evaluation.evaluation.form | hr_evaluation.evaluation | form | New |
view_hr_evaluation_interview_form |
hr_evaluation.interview.form | hr.evaluation.interview | form | New |
view_hr_evaluation_interview_search |
view_hr_evaluation_interview_search | hr.evaluation.interview | search | New |
view_hr_evaluation_interview_tree |
hr_evaluation.interview.tree | hr.evaluation.interview | tree | New |
view_hr_evaluation_plan_form |
hr_evaluation.plan.form | hr_evaluation.plan | form | New |
view_hr_evaluation_plan_phase_form |
hr_evaluation.plan.phase.form | hr_evaluation.plan.phase | form | New |
view_hr_evaluation_plan_phase_tree |
hr_evaluation.plan.phase.form | hr_evaluation.plan.phase | tree | New |
view_hr_evaluation_plan_search |
hr_evaluation.plan.search | hr_evaluation.plan | search | New |
view_hr_evaluation_plan_tree |
hr_evaluation.plan.form | hr_evaluation.plan | tree | New |
view_hr_evaluation_tree |
hr_evaluation.evaluation.tree | hr_evaluation.evaluation | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (0)
No new fields.
Public methods (1)-
run_employee_evaluation(self, cr, uid, automatic=False, use_new_cursor=False, context=None)
New fields (0)
No new fields.
Public methods (7)-
action_print_survey(self, cr, uid, ids, context=None)If response is available then print this response otherwise print survey form (print template of the survey) -
action_start_survey(self, cr, uid, ids, context=None) -
create(self, cr, uid, vals, context=None) -
name_get(self, cr, uid, ids, context=None) -
survey_req_cancel(self, cr, uid, ids, context=None) -
survey_req_done(self, cr, uid, ids, context=None) -
survey_req_waiting_answer(self, cr, uid, ids, context=None)
New fields (0)
No new fields.
Public methods (1)-
init(self, cr)
New fields (0)
No new fields.
Public methods (8)-
button_cancel(self, cr, uid, ids, context=None) -
button_done(self, cr, uid, ids, context=None) -
button_draft(self, cr, uid, ids, context=None) -
button_final_validation(self, cr, uid, ids, context=None) -
button_plan_in_progress(self, cr, uid, ids, context=None) -
name_get(self, cr, uid, ids, context=None) -
onchange_employee_id(self, cr, uid, ids, employee_id, context=None) -
write(self, cr, uid, ids, vals, context=None)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.