Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 07:47:44
Authors
Odoo Community Association (OCA), CorporateHub
Maintainers
Odoo Community Association (OCA), CorporateHub
Committers
Weblate, OCA-git-bot, oca-ci, nicolasrsande
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form hr.contract form Inherits hr_contract.hr_contract_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (8)
  • amount Monetary
    help="Employee's contract amount per period" string='Amount' track_visibility='onchange'
  • amount_period Selection
    default='month' help="Period of employee's contract amount" selection=[('hour', 'Hour'), ('day', 'Day'), ('week', 'Week'), ('month', 'Month'), ('quarter', 'Quarter'), ('year', 'Year')] string='Period of Amount' track_visibility='onchange'
  • approximate_wage Monetary
    compute='_compute_wage' help="Employee's monthly gross wage (approximate)" store=True string='Wage (approximate)'
  • is_wage_accurate Boolean
    compute='_compute_wage' store=True
  • wage Monetary
    compute='_compute_wage' inverse='_inverse_wage' required=False store=True track_visibility=None
  • work_days_per_month Float
    default=<expr> help='How many work days there is in an average month' string='Work days (per month)'
  • work_hours_per_month Float
    default=<expr> help='How many work hours there is in an average month' string='Work hours (per month)'
  • work_weeks_per_month Float
    default=<expr> help='How many work weeks there is in an average month' string='Work weeks (per month)'
Public methods (0)

No public methods.

Loading…

Loading…