TIP: You can type at any time to perform a new search.
Overtime Policy
hr_policy_ot · OCA/hr
- 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, Iryna Vushnevska
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Define Overtime Policies ======================== Define properties of an overtime policy, such as: * Type (daily, weekly, or holiday) * Rate (multiplier of base wage) * Active Hours
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ot_policy_line_form_view |
hr.policy.line.ot.form | hr.policy.line.ot | form | New |
ot_policy_line_tree_view |
hr.policy.line.ot.tree | hr.policy.line.ot | tree | New |
ot_policy_view_form |
hr.policy.ot.form | hr.policy.ot | form | New |
ot_policy_view_tree |
hr.policy.ot.tree | hr.policy.ot | tree | New |
policy_group_view_form |
hr.policy.group.form.otinherit | hr.policy.group | form | Inherits hr_policy_group.policy_group_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (6)-
daily_codes(self, cr, uid, idx, context=None) -
get_codes(self, cr, uid, idx, context=None) -
holiday_codes(self, cr, uid, idx, context=None) -
restday2_codes(self, cr, uid, idx, context=None) -
restday_codes(self, cr, uid, idx, context=None) -
weekly_codes(self, cr, uid, idx, context=None)
Loading…
Loading…
Loading…