TIP: You can type at any time to perform a new search.
Thai Localization - Tier Department Level
l10n_th_tier_department · OCA/l10n-thailand
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsOne2many → tier.levelcomodel_name='tier.level'inverse_name='department_id'string='Approval Level'
-
find_reviewer_level(self, level=0)
New fields (6)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>help='Company related to this tier level'index=Truereadonly=Truerequired=True -
department_idMany2one → hr.departmentcomodel_name='hr.department' -
levelIntegercompute='_compute_level' -
nameCharstring='Description' -
sequenceIntegerdefault=10 -
user_idMany2one → res.userscomodel_name='res.users'required=Truestring='Approver'
No public methods.
Loading…
Loading…
Loading…