Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0
Category
Generic Modules/Human Resources
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://miketelahun.wordpress.com
Last tracking update
2026-08-07 07:17:51
Authors
Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA)
Maintainers
Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Iryna Vushnevska
Odoo dependencies
Python dependencies
python-dateutil
System dependencies
None
Required by
hr_policy_accrual, hr_transfer, hr_wage_increment
Description
Employee Contract Workflow and Notifications
============================================

Easily find and keep track of employees who are nearing the end of their
contracts and trial periods.
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
contract_view_init_form hr.contract.view.form.contract_init hr.contract form Inherits hr_contract_init.hr_contract_view_form
hr_contract_view_tree hr.contract.tree.state hr.contract tree Inherits hr_contract.hr_contract_view_tree
hr_hr_employee_view_form2 hr.employee.view.form.contract_state hr.employee form Inherits hr_contract.hr_hr_employee_view_form2
view_contract_form hr.contract.form.inherit.state hr.contract form 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

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)

Loading…

Loading…

Loading…