Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0
Category
Generic Modules/Human Resources
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://miketelahun.wordpress.com
Last tracking update
2026-08-07 07:17:50
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
None
System dependencies
None
Required by
hr_contract_state, hr_policy_group, hr_schedule
Description
Define Initial Settings on New Contracts
========================================
    - Starting Wages
    - Salary Structure
    - Trial Period Length
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form.contract_init hr.contract form Inherits hr_contract.hr_contract_view_form
hr_contract_view_form hr.contract.view.form.contract_init hr.contract form Inherits hr_simplify.view_contract_form
view_contract_init_form hr.contract.init.form hr.contract.init form New
view_contract_init_tree hr.contract.init.tree hr.contract.init tree New
view_init_wage_form hr.contract.init.wage.form hr.contract.init.wage form New
view_init_wage_tree hr.contract.init.wage.tree hr.contract.init.wage tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (3)
  • get_latest_initial_values(self, cr, uid, today_str=None, context=None)
    Return a record with an effective date before today_str but greater than all others
  • onchange_job(self, cr, uid, ids, job_id, context=None)
  • onchange_trial(self, cr, uid, ids, trial_date_start, context=None)

New fields (0)

No new fields.

Public methods (4)
  • set_to_draft(self, cr, uid, ids, context=None)
  • state_approve(self, cr, uid, ids, context=None)
  • state_decline(self, cr, uid, ids, context=None)
  • unlink(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (1)
  • unlink(self, cr, uid, ids, context=None)

Loading…

Loading…

Loading…