Repository
OCA/l10n-ethiopia · 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/trevi-software/trevi-hr
Last tracking update
2026-08-07 07:47:48
Authors
Michael Telahun Makonnen, TREVI Software
Maintainers
Michael Telahun Makonnen, TREVI Software
Committers
Michael Telahun Makonnen, GitHub, Michael Telahun
Odoo dependencies
OCA/l10n-ethiopia:
odoo/odoo:
- hr
- web
- bus
Python dependencies
mpmath
System dependencies
None
Required by
l10n_et_hr_employee_wizard
Description

Code Analysis

Views touched (17)
XML IDNameModelTypeStatus
hr_department_view_kanban hr.department.kanban.l10n_et_hr hr.department kanban Inherits hr.hr_department_view_kanban
hr_employee_public_view_form hr.employee.public.form.l10n_et_hr hr.employee.public form Inherits hr.hr_employee_public_view_form
hr_employee_public_view_kanban hr.employee.kanban.l10n_et_hr hr.employee.public kanban Inherits hr.hr_employee_public_view_kanban
hr_employee_public_view_search hr.employee.search.l10n_et_hr hr.employee.public search Inherits hr.hr_employee_public_view_search
hr_employee_public_view_tree hr.employee.tree.l10n_et_hr hr.employee.public tree Inherits hr.hr_employee_public_view_tree
hr_job_view_kanban hr.job.kanban.l10n_et_hr hr.job kanban Inherits hr.hr_job_view_kanban
hr_kanban_view_employees hr.employee.kanban.l10n_et_hr hr.employee kanban Inherits hr.hr_kanban_view_employees
res_config_settings_form res.config.settings.view.form.inherit.l10n_et_hr res.config.settings form Inherits hr.res_config_settings_view_form
view_department_filter hr.department.search.l10n_et_hr hr.department search Inherits hr.view_department_filter
view_department_form hr.department.form.l10n_et_hr hr.department form Inherits hr.view_department_form
view_employee_filter hr.employee.search.l10n_et hr.employee search Inherits hr.view_employee_filter
view_employee_form hr.employee.form.l10n_et hr.employee form Inherits hr.view_employee_form
view_employee_tree hr.employee.tree.l10n_et_hr hr.employee tree Inherits hr.view_employee_tree
view_hr_job_form hr.job.form.l10n_et_hr hr.job form Inherits hr.view_hr_job_form
view_hr_job_tree hr.job.tree.l10n_et_hr hr.job tree Inherits hr.view_hr_job_tree
view_job_filter hr.job.search.l10n_et_hr hr.job search Inherits hr.view_job_filter
view_partner_tree2 hr.employee.tree.l10n_et_hr hr.employee tree Inherits hr.view_partner_tree2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (1)
  • ethiopic_name Char
Public methods (1)
  • name_get(self)

New fields (6)
  • certificate Selection
    selection_add=[('none', 'No Formal Education'), ('primary', 'Primary School'), ('graduate', 'Secondary School'), ('diploma', 'Diploma'), ('bachelor'), ('master'), ('doctor'), ('other')]
  • etcal_dob_day Selection
    groups='hr.group_hr_user' tracking=True args: ET_DAYOFMONTH_SELECTION, 'Day'
  • etcal_dob_month Selection
    groups='hr.group_hr_user' tracking=True args: ET_MONTHS_SELECTION, 'Month'
  • etcal_dob_year Selection
    groups='hr.group_hr_user' tracking=True args: _get_year, 'Year'
  • ethiopic_name Char
  • use_ethiopic_dob Boolean
    args: 'Use Ethiopic Birthday'
Public methods (1)
  • onchange_etdob(self)
    @api.onchange('etcal_dob_day', 'etcal_dob_month', 'etcal_dob_year')

New fields (1)
  • ethiopic_name Char
Public methods (1)
  • name_get(self)

New fields (1)
  • ethiopic_name Char
    readonly=True
Public methods (0)

No public methods.

New fields (1)
  • ethiopic_name Char
Public methods (1)
  • name_get(self)

New fields (3)
  • use_ethiopic_department_name Boolean
    config_parameter='l10n_et_hr.use_ethiopic_department_name'
  • use_ethiopic_employee_name Boolean
    config_parameter='l10n_et_hr.use_ethiopic_employee_name'
  • use_ethiopic_job_name Boolean
    config_parameter='l10n_et_hr.use_ethiopic_job_name'
Public methods (0)

No public methods.