Confirmation Wizard

confirmation_wizard
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/16.0/confirmation_wizard
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksim Shurupov
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
confirmation_wizard_form_view confirmation.wizard.form.view confirmation.wizard form New
Models touched (1)

New fields (6)
  • callback_method Char
  • callback_params Json
  • message Char
    required=True string='Confirm Message'
  • res_ids Char
  • res_model Char
  • return_type Selection
    default='window_close' required=True args: [('window_close', 'Return Window Close Action'), ('method', 'Return Method')]
Public methods (3)
  • action_confirm(self)
    Action confirm wizard
  • confirm_message(self, message, records, title=None, method=None, callback_params=None) -> <expr>
    @api.model
    Confirm message with method return type context: hide_cancel = True to hide confirm button :param message: confirmation message :param records: record set :param title: wizard title :param method: triggered method :param callback_params: method arguments :return dict: ir actions act window dict
  • confirm_no_action_message(self, message, title=None) -> <expr>
    @api.model
    Confirm message with close window return type context: hide_cancel = True to hide confirm button :param message: confirmation message :param title: wizard title :return dict: ir actions act window dict
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/server-ux
PULL REQUEST
PULL REQUEST[MIG] confirmation_wizard: Migration to 14.0 (#1265)