TIP: You can type at any time to perform a new search.
HR Wage Increment
hr_wage_increment · OCA/hr
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Generic Modules/Human Resources
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.openerp.com
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Odoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com
- Maintainers
- Odoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com
- Committers
- Pedro M. Baeza, Iryna Vushnevska
- Odoo dependencies
- Python dependencies
- python-dateutil
- System dependencies
- None
- Required by
- None
- Description
Wage Increment Handling ======================= This module provides a way to handle wage increments that automatically creates a new contract for the rest of the duration of the employee's current contract with the new amount.
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_view_form |
hr.employee.view.inherit.wage.increment | hr.employee | form | Inherits hr.view_employee_form |
view_hr_wage_increment_filter |
view_hr_wage_increment_filter | hr.contract.wage.increment | search | New |
view_wage_adjustment_by_employees |
Wage adjustment by employees | wage.adjustment.employees | form | New |
wage_adjustment_run_filter |
hr.contract.wage.increment.run.search | hr.contract.wage.increment.run | search | New |
wage_adjustment_run_form |
hr.contract.wage.increment.run.form | hr.contract.wage.increment.run | form | New |
wage_adjustment_run_tree |
hr.contract.wage.increment.run.tree | hr.contract.wage.increment.run | tree | New |
wage_increment_view_form |
hr.contract.wage.increment.form | hr.contract.wage.increment | form | New |
wage_increment_view_popup |
hr.contract.wage.increment.form | hr.contract.wage.increment | form | New |
wage_increment_view_tree |
hr.contract.wage.increment.tree | hr.contract.wage.increment | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (0)
No new fields.
Public methods (1)-
state_pending_done(self, cr, uid, ids, context=None)
New fields (0)
No new fields.
Public methods (5)-
action_wage_increment(self, cr, uid, ids, context=None) -
create(self, cr, uid, vals, context=None) -
do_signal_approve(self, cr, uid, ids, context=None) -
do_signal_confirm(self, cr, uid, ids, context=None) -
unlink(self, cr, uid, ids, context=None)
New fields (0)
No new fields.
Public methods (1)-
action_wage_increment(self, cr, uid, ids, context=None)
New fields (0)
No new fields.
Public methods (4)-
state_approve(self, cr, uid, ids, context=None) -
state_confirm(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)-
create_adjustments(self, cr, uid, ids, context=None)
Loading…
Loading…
Loading…