HR Contract Rate

hr_contract_rate
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/14.0/hr_contract_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, nicolasrsande
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form hr.contract group Inherits hr_contract.hr_contract_view_form
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.

REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/13.0/hr_contract_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSnans, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - mail_bot
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form hr.contract group Inherits hr_contract.hr_contract_view_form
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.

REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/12.0/hr_contract_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSAlexey Pelykh, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_contract
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_contract_view_form hr.contract.view.form hr.contract group Inherits hr_contract.hr_contract_view_form
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.