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
OCA/tier-validation:
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_authentication Boolean
    default=False help='If enabled, the user will be asked to authenticate himself in order to validate or reject the tier.'
Public methods (0)

No public methods.

New fields (1)
  • require_authentication Boolean
    readonly=True related='definition_id.require_authentication'
Public methods (0)

No public methods.

New fields (1)
  • require_authentication Boolean
    compute='_compute_require_authentication'
Public methods (2)
  • reject_tier(self)
  • validate_tier(self)

Loading…