TIP: You can type at any time to perform a new search.
Base Tier Validation Confirm Auth
base_tier_validation_confirm_auth · OCA/tier-validation
- Repository
- OCA/tier-validation · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Tools
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/tier-validation
- Last tracking update
- 2026-08-07 09:06:34
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Maksym Yankin, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Allows to add an authentication check to tier validation, where the user must confirm his authentication in order to approve or reject the tier review.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
tier_definition_view_form |
tier.definition.form | tier.definition | form | Inherits base_tier_validation.tier_definition_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (1)-
add_comment(self)
New fields (1)
-
require_authenticationBooleandefault=Falsehelp='If enabled, the user will be asked to authenticate himself in order to validate or reject the tier.'
No public methods.
New fields (1)
-
require_authenticationBooleanreadonly=Truerelated='definition_id.require_authentication'
No public methods.
New fields (1)
-
require_authenticationBooleancompute='_compute_require_authentication'
-
reject_tier(self) -
validate_tier(self)
Loading…