| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/10.0/hr_contract_state |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | AGPL-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 | Pedro M. Baeza, Iryna Vushnevska |
| WEBSITE | |
| WEBSITE | http://miketelahun.wordpress.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr: - hr_contract_init - hr_job_categories - hr_security odoo/odoo: - hr_contract - base_action_rule - base - resource - base_setup - web_kanban - web - bus - web_tour - hr - hr_payroll - hr_holidays - calendar - web_calendar - product - decimal_precision - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Employee Contract Workflow and Notifications
============================================
Easily find and keep track of employees who are nearing the end of their
contracts and trial periods.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
contract_view_init_form |
hr.contract.view.form.contract_init | hr.contract | xpath | Inherits hr_contract_init.hr_contract_view_form |
hr_contract_view_tree |
hr.contract.tree.state | hr.contract | data | Inherits hr_contract.hr_contract_view_tree |
hr_hr_employee_view_form2 |
hr.employee.view.form.contract_state | hr.employee | data | Inherits hr_contract.hr_hr_employee_view_form2 |
view_contract_form |
hr.contract.form.inherit.state | hr.contract | data | Inherits hr_contract.hr_contract_view_form |
view_draft_contracts_tree |
hr.contract.contract.draft.tree | hr.contract | tree | New |
view_expiring_contracts_tree |
hr.contract.contract.expire.tree | hr.contract | tree | New |
No new fields.
Public methods (11)condition_trial_period(self, cr, uid, ids, context=None)
onchange_job(self, cr, uid, ids, job_id, context=None)
onchange_start(self, cr, uid, ids, date_start, context=None)
state_done(self, cr, uid, ids, context=None)
state_open(self, cr, uid, ids, context=None)
state_pending_done(self, cr, uid, ids, context=None)
state_trial(self, cr, uid, ids, context=None)
try_signal_contract_completed(self, cr, uid, context=None)
try_signal_ending_contract(self, cr, uid, context=None)
try_signal_ending_trial(self, cr, uid, context=None)
try_signal_open(self, cr, uid, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/9.0/hr_contract_state |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | AGPL-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 | |
| WEBSITE | |
| WEBSITE | http://miketelahun.wordpress.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr: - hr_contract_init - hr_job_categories - hr_security odoo/odoo: - hr_contract - base_action_rule - base - resource - base_setup - web_kanban - web - bus - hr - web_tip - hr_payroll - hr_holidays - calendar - web_calendar - report - decimal_precision |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Employee Contract Workflow and Notifications
============================================
Easily find and keep track of employees who are nearing the end of their
contracts and trial periods.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
contract_view_init_form |
hr.contract.view.form.contract_init | hr.contract | xpath | Inherits hr_contract_init.hr_contract_view_form |
hr_contract_view_tree |
hr.contract.tree.state | hr.contract | data | Inherits hr_contract.hr_contract_view_tree |
hr_hr_employee_view_form2 |
hr.employee.view.form.contract_state | hr.employee | data | Inherits hr_contract.hr_hr_employee_view_form2 |
view_contract_form |
hr.contract.form.inherit.state | hr.contract | data | Inherits hr_contract.hr_contract_view_form |
view_draft_contracts_tree |
hr.contract.contract.draft.tree | hr.contract | tree | New |
view_expiring_contracts_tree |
hr.contract.contract.expire.tree | hr.contract | tree | New |
No new fields.
Public methods (11)condition_trial_period(self, cr, uid, ids, context=None)
onchange_job(self, cr, uid, ids, job_id, context=None)
onchange_start(self, cr, uid, ids, date_start, context=None)
state_done(self, cr, uid, ids, context=None)
state_open(self, cr, uid, ids, context=None)
state_pending_done(self, cr, uid, ids, context=None)
state_trial(self, cr, uid, ids, context=None)
try_signal_contract_completed(self, cr, uid, context=None)
try_signal_ending_contract(self, cr, uid, context=None)
try_signal_ending_trial(self, cr, uid, context=None)
try_signal_open(self, cr, uid, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/8.0/hr_contract_state |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | AGPL-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 | Stéphane Bidoul, Pedro M. Baeza |
| WEBSITE | |
| WEBSITE | http://miketelahun.wordpress.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr: - hr_contract_init - hr_job_categories - hr_security odoo/odoo: - hr_contract - base_action_rule - base - resource - base_setup - web_kanban - web - hr - board - hr_payroll - hr_holidays - calendar - web_calendar - decimal_precision - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Employee Contract Workflow and Notifications
============================================
Easily find and keep track of employees who are nearing the end of their
contracts and trial periods.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
contract_view_init_form |
hr.contract.view.form.contract_init | hr.contract | xpath | Inherits hr_contract_init.hr_contract_view_form |
hr_contract_view_tree |
hr.contract.tree.state | hr.contract | data | Inherits hr_contract.hr_contract_view_tree |
hr_hr_employee_view_form2 |
hr.employee.view.form.contract_state | hr.employee | data | Inherits hr_contract.hr_hr_employee_view_form2 |
view_contract_form |
hr.contract.form.inherit.state | hr.contract | data | Inherits hr_contract.hr_contract_view_form |
view_draft_contracts_tree |
hr.contract.contract.draft.tree | hr.contract | tree | New |
view_expiring_contracts_tree |
hr.contract.contract.expire.tree | hr.contract | tree | New |
No new fields.
Public methods (11)condition_trial_period(self, cr, uid, ids, context=None)
onchange_job(self, cr, uid, ids, job_id, context=None)
onchange_start(self, cr, uid, ids, date_start, context=None)
state_done(self, cr, uid, ids, context=None)
state_open(self, cr, uid, ids, context=None)
state_pending_done(self, cr, uid, ids, context=None)
state_trial(self, cr, uid, ids, context=None)
try_signal_contract_completed(self, cr, uid, context=None)
try_signal_ending_contract(self, cr, uid, context=None)
try_signal_ending_trial(self, cr, uid, context=None)
try_signal_open(self, cr, uid, context=None)
| 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_contract_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, 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_init - hr_job_categories - hr_security - hr_simplify odoo/odoo: - hr_contract - hr - base_setup - base - web_kanban - web - resource - process - board - 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 Contract Workflow and Notifications
============================================
Easily find and keep track of employees who are nearing the end of their
contracts and trial periods.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
contract_view_init_form |
hr.contract.view.form.contract_init | hr.contract | xpath | Inherits hr_contract_init.hr_contract_view_form |
hr_contract_view_tree |
hr.contract.tree.state | hr.contract | data | Inherits hr_contract.hr_contract_view_tree |
hr_hr_employee_view_form2 |
hr.employee.view.form.contract_state | hr.employee | data | Inherits hr_contract.hr_hr_employee_view_form2 |
view_contract_form |
hr.contract.form.inherit.state | hr.contract | data | Inherits hr_contract.hr_contract_view_form |
view_draft_contracts_tree |
hr.contract.contract.draft.tree | hr.contract | tree | New |
view_expiring_contracts_tree |
hr.contract.contract.expire.tree | hr.contract | tree | New |
No new fields.
Public methods (11)condition_trial_period(self, cr, uid, ids, context=None)
onchange_job(self, cr, uid, ids, job_id, context=None)
onchange_start(self, cr, uid, ids, date_start, context=None)
state_done(self, cr, uid, ids, context=None)
state_open(self, cr, uid, ids, context=None)
state_pending_done(self, cr, uid, ids, context=None)
state_trial(self, cr, uid, ids, context=None)
try_signal_contract_completed(self, cr, uid, context=None)
try_signal_ending_contract(self, cr, uid, context=None)
try_signal_ending_trial(self, cr, uid, context=None)
try_signal_open(self, cr, uid, context=None)