Repository
OCA/tier-validation · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.06 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), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
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
This module add option to call "Server Action" when a tier definition is
approved or rejected

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 (2)

New fields (4)
  • auto_validate Boolean
    help="Use schedule job to auto validate if condition is met.\n- If no user specified, use job's system user to validate\n- If 1 user matched as reviewer, use the user to validate\n- If > 1 user matched as reviewer, do not auto validate"
  • auto_validate_domain Char
  • rejected_server_action_id Many2one → ir.actions.server
    comodel_name='ir.actions.server' domain=[('usage', '=', 'ir_actions_server')] help='Server action triggered as soon as this step is rejected' string='Post Reject Action'
  • server_action_id Many2one → ir.actions.server
    comodel_name='ir.actions.server' domain=[('usage', '=', 'ir_actions_server')] help='Server action triggered as soon as this step is approved' string='Post Approve Action'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…