Base Tier Validation Forward

base_tier_validation_forward
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_forward
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
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
This module add an advance option to base_tier_validation.

- To allow "Forward" the tier to different user.

**Sample use case:**

A user is appointed to approve a tire, but he/she don't want to make
decision for some reason, and want to pass/forward the decision to
another person.

User can then click on Forward instead of Approve. A new tier with minor
sequence will be created on the reviewer table, and new user will be
able to make approval decision.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
tier_validation_label_forward tier_validation_label_forward ir.ui.view qweb Inherits base_tier_validation.tier_validation_label
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' store=True
  • has_comment Boolean
    compute='_compute_definition_data' store=True
  • name Char
    compute='_compute_definition_data' related=False store=True translate=True
  • review_type Selection
    compute='_compute_definition_data' store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' store=True
  • sequence Integer
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
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_forward
VERSION
VERSION 2.0.2
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSStefan Rijnhart, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Saran440, 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
This module add an advance option to base_tier_validation.

- To allow "Forward" the tier to different user.

**Sample use case:**

A user is appointed to approve a tire, but he/she don't want to make
decision for some reason, and want to pass/forward the decision to
another person.

User can then click on Forward instead of Approve. A new tier with minor
sequence will be created on the reviewer table, and new user will be
able to make approval decision.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
tier_validation_label_forward tier_validation_label_forward ir.ui.view qweb Inherits base_tier_validation.tier_validation_label
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' store=True
  • has_comment Boolean
    compute='_compute_definition_data' store=True
  • name Char
    compute='_compute_definition_data' related=False store=True translate=True
  • review_type Selection
    compute='_compute_definition_data' store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' store=True
  • sequence Integer
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/17.0/base_tier_validation_forward
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, Lins Denaux
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module add an advance option to base_tier_validation.

- To allow "Forward" the tier to different user.

**Sample use case:**

A user is appointed to approve a tire, but he/she don't want to make
decision for some reason, and want to pass/forward the decision to
another person.

User can then click on Forward instead of Approve. A new tier with minor
sequence will be created on the reviewer table, and new user will be
able to make approval decision.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
tier_validation_label_forward tier_validation_label_forward ir.ui.view qweb Inherits base_tier_validation.tier_validation_label
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' store=True
  • has_comment Boolean
    compute='_compute_definition_data' store=True
  • name Char
    compute='_compute_definition_data' store=True
  • review_type Selection
    compute='_compute_definition_data' store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' store=True
  • sequence Integer
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/16.0/base_tier_validation_forward
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSGitHub, Víctor Martínez, Weblate, OCA-git-bot, Andrea Stirpe, oca-ci, BernatPForgeFlow, bosd
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
tier_validation_label_forward tier_validation_label_forward ir.ui.view qweb Inherits base_tier_validation.tier_validation_label
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' store=True
  • has_comment Boolean
    compute='_compute_definition_data' store=True
  • name Char
    compute='_compute_definition_data' store=True
  • review_type Selection
    compute='_compute_definition_data' store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' store=True
  • sequence Integer
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/15.0/base_tier_validation_forward
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, Jasmin Solanki
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
tier_validation_label_forward tier_validation_label_forward ir.ui.view qweb Inherits base_tier_validation.tier_validation_label
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' store=True
  • has_comment Boolean
    compute='_compute_definition_data' store=True
  • name Char
    compute='_compute_definition_data' store=True
  • review_type Selection
    compute='_compute_definition_data' store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' store=True
  • sequence Float
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/14.0/base_tier_validation_forward
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Kitti U, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
tier_validation_label_forward tier_validation_label_forward ir.ui.view qweb Inherits base_tier_validation.tier_validation_label
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' store=True
  • has_comment Boolean
    compute='_compute_definition_data' store=True
  • name Char
    compute='_compute_definition_data' store=True
  • review_type Selection
    compute='_compute_definition_data' store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' store=True
  • sequence Float
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/13.0/base_tier_validation_forward
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSEnric Tobella, Jordi Ballester, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Kitti U
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' readonly=False store=True
  • has_comment Boolean
    compute='_compute_definition_data' readonly=False store=True
  • name Char
    compute='_compute_definition_data' readonly=False store=True
  • review_type Selection
    compute='_compute_definition_data' readonly=False store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' readonly=False store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' readonly=False store=True
  • sequence Float
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/12.0/base_tier_validation_forward
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, Mateu Griful
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
tier_definition_view_form tier.definition.form tier.definition field Inherits base_tier_validation.tier_definition_view_form
view_forward_wizard Forward Wizard tier.validation.forward.wizard form New
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • add_comment(self)

New fields (1)
  • has_forward Boolean
    default=False help="Allow option to 'Forward' to different person." string='Allow Forward'
Public methods (0)

No public methods.

New fields (8)
  • approve_sequence Boolean
    compute='_compute_definition_data' readonly=False store=True
  • has_comment Boolean
    compute='_compute_definition_data' readonly=False store=True
  • name Char
    compute='_compute_definition_data' readonly=False store=True
  • review_type Selection
    compute='_compute_definition_data' readonly=False store=True
  • reviewer_group_id Many2one → res.groups
    comodel_name='res.groups' compute='_compute_definition_data' readonly=False store=True
  • reviewer_id Many2one → res.users
    comodel_name='res.users' compute='_compute_definition_data' readonly=False store=True
  • sequence Float
  • status Selection
    selection_add=[('forwarded', 'Forwarded')]
Public methods (0)

No public methods.

New fields (1)
  • can_forward Boolean
    compute='_compute_can_forward'
Public methods (1)
  • forward_tier(self)

New fields (6)
  • approve_sequence Boolean
    default=True string='Approve by sequence'
  • forward_description Char
  • forward_reviewer_id Many2one → res.users
    comodel_name='res.users' required=True string='Next Reviewer'
  • has_comment Boolean
    default=True string='Allow Comment'
  • res_id Integer
  • res_model Char
Public methods (1)
  • add_forward(self)
    Add extra step, with specific reviewer