| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/19.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Frederic |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - barcodes - web - base - base_setup - bus - web_tour - html_editor - phone_validation - portal - http_routing - auth_signup - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to add predefined reasons for the attendees to report back why they cancel their registration to an event. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | list | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
action_cancel(self)
action_set_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
string='Reason'
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/18.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - barcodes - web - base - base_setup - bus - web_tour - html_editor - phone_validation - portal - web_editor - http_routing - auth_signup - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to add predefined reasons for the attendees to report back why they cancel their registration to an event. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | list | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
action_cancel(self)
action_set_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
string='Reason'
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/17.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Carolina Fernandez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - barcodes - web - base - base_setup - bus - web_tour - phone_validation - portal - web_editor - http_routing - auth_signup - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to add predefined reasons for the attendees to report back why they cancel their registration to an event. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
action_cancel(self)
action_set_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
string='Reason'
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/15.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Luis Ernesto García Medina |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:32 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
action_cancel(self)
action_set_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
string='Reason'
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/14.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, ldlafaurie@gmail.com |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
action_cancel(self)
action_set_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
string='Reason'
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/13.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
button_reg_cancel(self)
do_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
string='Reason'
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/12.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation Reason'
button_reg_cancel(self)
do_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
translate=True
args: 'Reason'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/11.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot, Cris Martín |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation reason'
button_reg_cancel(self)
do_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
translate=True
args: 'Reason'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/9.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Event Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, oca-travis |
| WEBSITE | |
| WEBSITE | https://www.antiun.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web_kanban - web - bus - marketing - report - web_tip |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation reason'
button_reg_cancel(self)
do_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
translate=True
args: 'Reason'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/8.0/event_registration_cancel_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Event Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, Andhitia Rama |
| WEBSITE | |
| WEBSITE | https://www.antiun.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event - base_setup - base - web_kanban - web - board - email_template - marketing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_registration_cancel_log_reason_view |
Logging registration cancellation wizard | event.registration.cancel.log.reason | form | New |
event_registration_cancel_reason_tree |
Registrations cancellation reasons tree | event.registration.cancel.reason | tree | New |
view_event_registration_form |
Event registration form (with cancellation reason) | event.registration | data | Inherits event.view_event_registration_form |
view_registration_search |
Event registration search (with cancellation reason) | event.registration | filter | Inherits event.view_registration_search |
cancel_reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
ondelete='restrict'
readonly=True
string='Cancellation reason'
button_reg_cancel(self)
do_draft(self)
event_type_id
Many2one → event.type
comodel_name='event.type'
string='Event type'
reason_id
Many2one → event.registration.cancel.reason
comodel_name='event.registration.cancel.reason'
domain="['|', ('event_type_ids', '=', False), ('event_type_ids', '=', event_type_id)]"
required=True
button_log(self)
default_get(self, var_fields)
event_type_ids
Many2many → event.type
comodel_name='event.type'
help='Select the event types where you want to use this cancellation reason. Leave it empty for using in all.'
string='Event types'
name
Char
required=True
translate=True
args: 'Reason'
No public methods.