Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0
Category
Generic Modules/Human Resources
Folder size
0.01 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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Define Hierarchy of Jobs
========================

    1. Define parent/child relationship for jobs, which is useful for
       determining supervisor/subordinate relationships.
    2. Provide a knob in Job configuration to specify if the person with that
       job should be considered the Department manager.
    3. Automatically set the manager of a department based on this knob in job
       configuration.
    4. Automatically set an employee's manager from the department's manager.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
job_form_view hr.job.form.hierarchy hr.job form Inherits hr.view_hr_job_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, cr, uid, vals, context=None)
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

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

Loading…

Loading…

Loading…