Base Tier Validation Confirm Auth

base_tier_validation_confirm_auth
REPOSITORY
REPOSITORYOCA/tier-validation
GIT
GIThttps://github.com/OCA/tier-validation.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/tier-validation/tree/19.0/base_tier_validation_confirm_auth
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin
WEBSITE
WEBSITEhttps://github.com/OCA/tier-validation
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/tier-validation:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits base_tier_validation.tier_definition_view_form
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)
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/18.0/base_tier_validation_confirm_auth
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Arnau
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits base_tier_validation.tier_definition_view_form
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)