New Employee Recruitment and Personnel Requests

hr_labour_recruitment
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/7.0/hr_labour_recruitment
VERSION
VERSION 1.0
CATEGORY
CATEGORYGeneric Modules/Human Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com>
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com>
COMMITTERS
COMMITTERSAlexandre Fayolle, Michael Telahun Makonnen, Sandy Carter, OCA Transbot, dufresnedavid
WEBSITE
WEBSITEhttp://miketelahun.wordpress.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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_contract
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - process
    - board
    - hr_payroll
    - hr_holidays
    - base_calendar
    - base_status
    - base_action_rule
    - decimal_precision
    - hr_recruitment
    - survey
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Recruitment of New Employees
============================
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_hr_recruitment_request_filter hr.recruitment.request.filter hr.recruitment.request search New
view_job_form hr.job.form.inherit hr.job data Inherits hr.view_hr_job_form
view_job_tree hr.job.tree.inherit hr.job xpath Inherits hr.view_hr_job_tree
view_recruitment_request_form hr.recruitment.request.form hr.recruitment.request form New
view_recruitment_request_tree hr.recruitment.request.tree hr.recruitment.request tree New
Models touched (4)

New fields (0)

No new fields.

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

New fields (0)

No new fields.

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

New fields (0)

No new fields.

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

New fields (0)

No new fields.

Public methods (7)
  • condition_exception(self, cr, uid, ids, context=None)
  • onchange_job(self, cr, uid, ids, job_id, context=None)
  • state_cancel(self, cr, uid, ids, context=None)
  • state_confirm(self, cr, uid, ids, context=None)
  • state_done(self, cr, uid, ids, context=None)
  • state_exception(self, cr, uid, ids, context=None)
  • state_recruitment(self, cr, uid, ids, context=None)