| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/7.0/hr_employee_state |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com> |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com> |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Michael Telahun Makonnen, Sandy Carter, Thomas Rehn, OCA Transbot, dufresnedavid |
| WEBSITE | |
| WEBSITE | http://miketelahun.wordpress.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr: - hr_contract_state - hr_contract_init - hr_job_categories - hr_security - hr_simplify odoo/odoo: - hr - base_setup - base - web_kanban - web - resource - process - board - hr_contract - hr_payroll - hr_holidays - base_calendar - base_status - base_action_rule - decimal_precision |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Employee's Employment Status
============================
Track the HR status of employees.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_termination_form_view |
hr.employee.termination.form | hr.employee.termination | form | New |
hr_employee_termination_tree_view |
hr.employee.termination.tree | hr.employee.termination | tree | New |
view_contract_form |
hr.contract.form.inherit.1 | hr.contract | data | Inherits hr_contract_state.view_contract_form |
view_employee_form |
hr.employee.form.inherit.1 | hr.employee | data | Inherits hr.view_employee_form |
view_inactive_wizard |
hr.contract.end.form | hr.contract.end | form | New |
view_termination_filter |
Employees | hr.employee.termination | search | New |
view_termination_reason_form |
hr.employee.termination.reason.form | hr.employee.termination.reason | form | New |
view_termination_reason_tree |
hr.employee.termination.reason.tree | hr.employee.termination.reason | tree | New |
No new fields.
Public methods (5)end_contract(self, cr, uid, ids, context=None)
setup_pending_done(self, cr, uid, contract, term_vals, context=None)
state_open(self, cr, uid, ids, context=None)
state_trial(self, cr, uid, ids, context=None)
try_signal_contract_completed(self, cr, uid, context=None)
No new fields.
Public methods (1)set_employee_inactive(self, cr, uid, ids, context=None)
No new fields.
Public methods (5)condition_finished_onboarding(self, cr, uid, ids, context=None)
signal_reactivate(self, cr, uid, ids, context=None)
state_active(self, cr, uid, ids, context=None)
state_inactive(self, cr, uid, ids, context=None)
state_pending_inactive(self, cr, uid, ids, context=None)
No new fields.
Public methods (4)effective_date_in_future(self, cr, uid, ids, context=None)
state_cancel(self, cr, uid, ids, context=None)
state_done(self, cr, uid, ids, context=None)
unlink(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.