Repository
OCA/l10n-romania · module folder · Try on Runboat
Module version
1.0.0
Category
Localization
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-romania
Last tracking update
2026-08-07 07:25:01
Authors
Odoo Community Association (OCA), Forest and Biomass Romania, NextERP Romania
Maintainers
Odoo Community Association (OCA), Forest and Biomass Romania, NextERP Romania
Committers
Fekete Mihai, GitHub, Stéphane Bidoul (ACSONE), Mihai Fekete, OCA Transbot, oca-travis, Horja Robert
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
l10n_ro_hr_payroll
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_contract_view_ro_form hr.contract.view.ro.form hr.contract form 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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