TIP: You can type at any time to perform a new search.
Confirmation Wizard
confirmation_wizard · OCA/server-ux
- 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:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- purchase_order_duplicate_check
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_methodChar -
callback_paramsJson -
messageCharrequired=Truestring='Confirm Message' -
res_idsChar -
res_modelChar -
return_typeSelectiondefault='window_close'required=True args: [('window_close', 'Return Window Close Action'), ('method', 'Return Method')]
-
action_confirm(self)Action confirm wizard -
confirm_message(self, message, records, title=None, method=None, callback_params=None) -> <expr>@api.modelConfirm 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.modelConfirm 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)