Romania - Employee Contracts

l10n_ro_hr_contract
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/11.0/l10n_ro_hr_contract
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania
COMMITTERS
COMMITTERSFekete Mihai, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Mihai Fekete, Horja Robert
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
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 (4)
XML IDNameModelTypeStatus
hr_contract_view_ro_form hr.contract.view.ro.form hr.contract xpath Inherits hr_contract.hr_contract_view_form
view_hr_insurance_type_filter hr.insurance.type.filter hr.insurance.type search New
view_hr_insurance_type_form hr.insurance.type.form hr.insurance.type form New
view_hr_insurance_type_tree hr.insurance.type.tree hr.insurance.type tree New
Models touched (2)

New fields (15)
  • country_code Char
    related='employee_id.country_id.code' store='True'
  • insurance_type Many2one → hr.insurance.type
    help='Insurance type' string='Insurance type' args: 'hr.insurance.type'
  • internal_no Char
    help='Internal Number' args: 'Internal Number'
  • pensioneer Boolean
    help='Is the employee a pensioneer' args: 'Pensioneer'
  • period_type Boolean
    help='The contract period type' args: 'Determined Period'
  • revisal_no Char
    help='Number registered in Revisal' args: 'REVISAL Number'
  • sign_date Date
    help='Date of signing the contract' args: 'Date'
  • sus_date_from Date
    args: 'Suspended from'
  • sus_date_to Date
    args: 'Suspended to'
  • suspended Boolean
    args: 'Contract suspended?'
  • tax_exempt Boolean
    help='Exempt from income tax' args: 'Tax Exempt'
  • work_hour Selection
    help='The numbers of hours/day' string='Hour per day' args: '_get_work_hours'
  • work_norm Selection
    help='The type of work depending on worked hours' string='Work Norm' args: '_get_work_norm'
  • work_special Selection
    help='Special condition of work' string='Special Conditions' args: '_get_work_special'
  • work_type Selection
    help='The work type based on conditions' string='Work type' args: '_get_work_type'
Public methods (0)

No public methods.

New fields (3)
  • code Char
    help='Insurance code' required=True args: 'Code'
  • name Char
    help='Insurance name' required=True args: 'Name'
  • type Selection
    help='Insurance type' string='Type' args: '_get_insurance_type'
Public methods (1)
  • name_get(self)
    @api.multi