| 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/19.0/base_cancel_confirm |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Usability |
| 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 | JordiMForgeFlow, OCA-git-bot, oca-ci, JasminSForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Many document model that already has cancel action may also want a confirm dialog with option to provide reason. This module does not provide a functionality by itself but an abstract model to easily implement a confirm with reason wizard when cancel button is clicked. If reason is provided, it will be visible in form view. **Note:** To be able to use this module in a new model you will need some development. You can see implementation example as followings, - [sale_cancel_confirm](https://github.com/OCA/sale-workflow) - [purchase_cancel_confirm](https://github.com/OCA/purchase-workflow) - [purchase_request_cancel_confirm](https://github.com/OCA/purchase-workflow) - [account_move_cancel_confirm](https://github.com/OCA/account-invoicing) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cancel_reason_template |
cancel_reason_template | ir.ui.view | qweb | New |
view_cancel_confirm_wizard |
Cancel Confirmation | cancel.confirm | form | New |
cancel_confirm
Boolean
copy=False
default=<expr>
help='A flag signify that this document is confirmed for cancellation'
string='Cancel Confirmed'
cancel_reason
Text
copy=False
help='An optional cancel reason'
clear_cancel_confirm_data(self)
get_view(self, view_id=None, view_type='form', **options)
open_cancel_confirm_wizard(self)
cancel_reason
Text
has_cancel_reason
Selection
default='no'
required=True
selection=[('no', 'None'), ('optional', 'Optional'), ('required', 'Required')]
confirm_cancel(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_cancel_confirm |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Usability |
| 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 | Pedro M. Baeza, Weblate, OCA-git-bot, oca-ci, Saran440, theerayut |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Many document model that already has cancel action may also want a confirm dialog with option to provide reason. This module does not provide a functionality by itself but an abstract model to easily implement a confirm with reason wizard when cancel button is clicked. If reason is provided, it will be visible in form view. **Note:** To be able to use this module in a new model you will need some development. You can see implementation example as followings, - [sale_cancel_confirm](https://github.com/OCA/sale-workflow) - [purchase_cancel_confirm](https://github.com/OCA/purchase-workflow) - [purchase_request_cancel_confirm](https://github.com/OCA/purchase-workflow) - [account_move_cancel_confirm](https://github.com/OCA/account-invoicing) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cancel_reason_template |
cancel_reason_template | ir.ui.view | qweb | New |
view_cancel_confirm_wizard |
Cancel Confirmation | cancel.confirm | form | New |
cancel_confirm
Boolean
copy=False
default=<expr>
help='A flag signify that this document is confirmed for cancellation'
string='Cancel Confirmed'
cancel_reason
Text
copy=False
help='An optional cancel reason'
clear_cancel_confirm_data(self)
get_view(self, view_id=None, view_type='form', **options)
open_cancel_confirm_wizard(self)
cancel_reason
Text
has_cancel_reason
Selection
default='no'
required=True
selection=[('no', 'None'), ('optional', 'Optional'), ('required', 'Required')]
confirm_cancel(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_cancel_confirm |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Usability |
| 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 | JordiMForgeFlow, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Many document model that already has cancel action may also want a confirm dialog with option to provide reason. This module does not provide a functionality by itself but an abstract model to easily implement a confirm with reason wizard when cancel button is clicked. If reason is provided, it will be visible in form view. **Note:** To be able to use this module in a new model you will need some development. You can see implementation example as followings, - [sale_cancel_confirm](https://github.com/OCA/sale-workflow) - [purchase_cancel_confirm](https://github.com/OCA/purchase-workflow) - [purchase_request_cancel_confirm](https://github.com/OCA/purchase-workflow) - [account_move_cancel_confirm](https://github.com/OCA/account-invoicing) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cancel_reason_template |
cancel_reason_template | ir.ui.view | qweb | New |
view_cancel_confirm_wizard |
Cancel Confirmation | cancel.confirm | form | New |
cancel_confirm
Boolean
copy=False
default=<expr>
help='A flag signify that this document is confirmed for cancellation'
string='Cancel Confirmed'
cancel_reason
Text
copy=False
help='An optional cancel reason'
clear_cancel_confirm_data(self)
get_view(self, view_id=None, view_type='form', **options)
open_cancel_confirm_wizard(self)
cancel_reason
Text
has_cancel_reason
Selection
default='no'
required=True
selection=[('no', 'None'), ('optional', 'Optional'), ('required', 'Required')]
confirm_cancel(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_cancel_confirm |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Usability |
| 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 | JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, aliciagarzo, Richard PALO |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cancel_reason_template |
cancel_reason_template | ir.ui.view | qweb | New |
view_cancel_confirm_wizard |
Cancel Confirmation | cancel.confirm | form | New |
cancel_confirm
Boolean
copy=False
default=<expr>
help='A flag signify that this document is confirmed for cancellation'
string='Cancel Confirmed'
cancel_reason
Text
copy=False
help='An optional cancel reason'
clear_cancel_confirm_data(self)
get_view(self, view_id=None, view_type='form', **options)
open_cancel_confirm_wizard(self)
cancel_reason
Text
has_cancel_reason
Selection
default='no'
required=True
selection=[('no', 'None'), ('optional', 'Optional'), ('required', 'Required')]
confirm_cancel(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_cancel_confirm |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Usability |
| 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, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cancel_reason_template |
cancel_reason_template | ir.ui.view | qweb | New |
view_cancel_confirm_wizard |
Cancel Confirmation | cancel.confirm | form | New |
cancel_confirm
Boolean
copy=False
default=<expr>
help='A flag signify that this document is confirmed for cancellation'
string='Cancel Confirmed'
cancel_reason
Text
copy=False
help='An optional cancel reason'
clear_cancel_confirm_data(self)
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
open_cancel_confirm_wizard(self)
cancel_reason
Text
has_cancel_reason
Selection
default='no'
required=True
selection=[('no', 'None'), ('optional', 'Optional'), ('required', 'Required')]
confirm_cancel(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_cancel_confirm |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Usability |
| 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, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, oca-ci, Kitti U, newtratip, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cancel_reason_template |
cancel_reason_template | ir.ui.view | qweb | New |
view_cancel_confirm_wizard |
Cancel Confirmation | cancel.confirm | form | New |
cancel_confirm
Boolean
copy=False
default=<expr>
help='A flag signify that this document is confirmed for cancellation'
string='Cancel Confirmed'
cancel_reason
Text
copy=False
help='An optional cancel reason'
string='Cancel Reason'
clear_cancel_confirm_data(self)
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
open_cancel_confirm_wizard(self)
cancel_reason
Text
string='Cancel Reason'
has_cancel_reason
Selection
default='no'
required=True
selection=[('no', 'None'), ('optional', 'Optional'), ('required', 'Required')]
confirm_cancel(self)