Repository
OCA/server-ux · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-ux
Last tracking update
2026-08-07 08:09:17
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
Weblate, OCA-git-bot, oca-ci, Maksim Shurupov
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
purchase_order_duplicate_check
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
confirmation_wizard_form_view confirmation.wizard.form.view confirmation.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
148 days ago
Last activity
18 days ago
Repository
OCA/server-ux
Pull request
[MIG] confirmation_wizard: Migration to 14.0 (#1265)