| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/tier-validation |
| GIT | |
| GIT | https://github.com/OCA/tier-validation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/tier-validation/tree/19.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Maksym Yankin |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/tier-validation |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/tier-validation: - base_tier_validation odoo/odoo: - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/18.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 2.0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Saran440, Arnau |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/17.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Lins Denaux |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/16.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | GitHub, Víctor Martínez, Weblate, OCA-git-bot, Andrea Stirpe, oca-ci, BernatPForgeFlow, bosd |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/15.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Jasmin Solanki |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/14.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Kitti U, oca-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/13.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Jordi Ballester, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Kitti U |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/12.0/base_tier_validation_forward |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, Mateu Griful |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - base_tier_validation odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)add_comment(self)
has_forward
Boolean
default=False
help="Allow option to 'Forward' to different person."
string='Allow Forward'
No public methods.
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')]
No public methods.
can_forward
Boolean
compute='_compute_can_forward'
forward_tier(self)
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
add_forward(self)