Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0
Category
Localization
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: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_infraction
Description
Transfer Employees between Departments
======================================

    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
department_transfer_form_view hr.department.transfer.form hr.department.transfer form New
department_transfer_tree_view hr.department.transfer.tree hr.department.transfer tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (7)
  • effective_date_in_future(self, cr, uid, ids, context=None)
  • onchange_employee(self, cr, uid, ids, employee_id, context=None)
  • state_confirm(self, cr, uid, ids, context=None)
  • state_done(self, cr, uid, ids, context=None)
  • transfer_contract(self, cr, uid, contract_id, job_id, xfer_id, effective_date, context=None)
  • try_pending_department_transfers(self, cr, uid, context=None)
    Completes pending departmental transfers. Called from the scheduler.
  • unlink(self, cr, uid, ids, context=None)

Loading…

Loading…

Loading…