Repository
OCA/l10n-thailand · module folder · Try on Runboat
Module version
1.0.1
Category
Localization / Tools
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-thailand
Last tracking update
2026-08-07 08:43:05
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Saran440, OCA-git-bot, oca-ci, Pani-k-folk
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_th_tier_department_demo
Description
This module adds an additional level of hierarchical validation in the
department for approvals when there are more than one.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
tier_validation_buttons tier_validation_buttons ir.ui.view qweb Inherits base_tier_validation.tier_validation_buttons
view_department_form hr.department.form hr.department form Inherits hr.view_department_form
view_tier_level_form tier.level.form tier.level form New
view_tier_level_list tier.level.list tier.level list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • tier_level_ids One2many → tier.level
    comodel_name='tier.level' inverse_name='department_id' string='Approval Level'
Public methods (1)
  • find_reviewer_level(self, level=0)

New fields (6)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> help='Company related to this tier level' index=True readonly=True required=True
  • department_id Many2one → hr.department
    comodel_name='hr.department'
  • level Integer
    compute='_compute_level'
  • name Char
    string='Description'
  • sequence Integer
    default=10
  • user_id Many2one → res.users
    comodel_name='res.users' required=True string='Approver'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…