| 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_sale_session |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/event: - event_session odoo/odoo: - event_sale - event_product - event - barcodes - web - base - base_setup - bus - web_tour - html_editor - phone_validation - portal - web_editor - http_routing - auth_signup - utm - product - uom - account - onboarding - analytic - digest - resource - sale_management - sale - sales_team - account_payment - payment |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adds the option of choosing a session when selling an event ticket. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_configurator_view_form |
event.event.configurator | field | Inherits event_sale.event_configurator_view_form | |
event_sale_report_view_search |
event.sale.report | field | Inherits event_sale.event_sale_report_view_search | |
sale_order_view_form |
sale.order | xpath | Inherits event_sale.sale_order_view_form | |
view_event_inherit_registration_editor_form |
registration.editor | xpath | Inherits event_sale.view_event_registration_editor_form | |
view_event_session_form |
event.session | div | Inherits event_session.view_event_session_form | |
view_order_product_search |
sale.report | field | Inherits sale.view_order_product_search |
event_session_id
Many2one → event.session
comodel_name='event.session'
domain="[('event_id', '=', event_id)]"
string='Session'
event_use_sessions
Boolean
related='event_id.use_sessions'
No public methods.
No new fields.
Public methods (0)No public methods.
event_session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Event Session'
No public methods.
sale_order_lines_ids
One2many → sale.order.line
comodel_name='sale.order.line'
groups='sales_team.group_sale_salesman'
inverse_name='event_session_id'
string='All sale order lines pointing to this session'
sale_price_subtotal
Monetary
compute='_compute_sale_price_subtotal'
groups='sales_team.group_sale_salesman'
string='Sales (Tax Excluded)'
action_view_linked_orders(self)
No new fields.
Public methods (1)default_get(self, fields)
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_registration_data(self)
event_session_id
Many2one → event.session
comodel_name='event.session'
compute='_compute_event_session_id'
domain="[('event_id', '=', event_id)]"
precompute=True
readonly=False
store=True
string='Session'
event_use_sessions
Boolean
related='event_id.use_sessions'
No public methods.
event_id
Many2one → event.event
comodel_name='event.event'
readonly=True
string='Event'
event_session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Event Session'
event_ticket_id
Many2one → event.event.ticket
comodel_name='event.event.ticket'
readonly=True
string='Event Ticket'
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/16.0/event_sale_session |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Weblate, OCA-git-bot, oca-ci, Carlos Roca, Stefan |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/event: - event_session odoo/odoo: - event_sale - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - utm - sale_management - sale - sales_team - account_payment - account - product - uom - analytic - digest - resource - payment |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_configurator_view_form |
event.event.configurator | field | Inherits event_sale.event_configurator_view_form | |
event_sale_report_view_search |
event.sale.report | field | Inherits event_sale.event_sale_report_view_search | |
sale_order_view_form |
sale.order | xpath | Inherits event_sale.sale_order_view_form | |
view_event_inherit_registration_editor_form |
registration.editor | xpath | Inherits event_sale.view_event_registration_editor_form | |
view_event_session_form |
event.session | div | Inherits event_session.view_event_session_form | |
view_order_product_search |
sale.report | field | Inherits sale.view_order_product_search |
event_session_id
Many2one → event.session
comodel_name='event.session'
domain="[('event_id', '=', event_id)]"
string='Session'
event_use_sessions
Boolean
related='event_id.use_sessions'
No public methods.
No new fields.
Public methods (0)No public methods.
event_session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Event Session'
No public methods.
sale_order_lines_ids
One2many → sale.order.line
comodel_name='sale.order.line'
groups='sales_team.group_sale_salesman'
inverse_name='event_session_id'
string='All sale order lines pointing to this session'
sale_price_subtotal
Monetary
compute='_compute_sale_price_subtotal'
groups='sales_team.group_sale_salesman'
string='Sales (Tax Excluded)'
action_view_linked_orders(self)
No new fields.
Public methods (1)default_get(self, fields)
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_registration_data(self)
event_session_id
Many2one → event.session
comodel_name='event.session'
compute='_compute_event_session_id'
domain="[('event_id', '=', event_id)]"
precompute=True
readonly=False
store=True
string='Session'
event_use_sessions
Boolean
related='event_id.use_sessions'
No public methods.
event_id
Many2one → event.event
comodel_name='event.event'
readonly=True
string='Event'
event_session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Event Session'
event_ticket_id
Many2one → event.event.ticket
comodel_name='event.event.ticket'
readonly=True
string='Event Ticket'
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_sale_session |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Ivàn Todorovich, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/event: - event_session odoo/odoo: - event_sale - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - utm - sale_management - sale - sales_team - payment - account - product - uom - analytic - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_configurator_view_form |
event.event.configurator | field | Inherits event_sale.event_configurator_view_form | |
sale_order_view_form |
sale.order | xpath | Inherits event_sale.sale_order_view_form | |
view_event_inherit_registration_editor_form |
registration.editor | xpath | Inherits event_sale.view_event_registration_editor_form | |
view_event_session_form |
event.session | div | Inherits event_session.view_event_session_form | |
view_order_product_search |
sale.report | field | Inherits sale.view_order_product_search |
event_session_id
Many2one → event.session
comodel_name='event.session'
domain="[('event_id', '=', event_id)]"
string='Session'
event_use_sessions
Boolean
related='event_id.use_sessions'
No public methods.
No new fields.
Public methods (0)No public methods.
sale_order_lines_ids
One2many → sale.order.line
comodel_name='sale.order.line'
groups='sales_team.group_sale_salesman'
inverse_name='event_session_id'
string='All sale order lines pointing to this session'
sale_price_subtotal
Monetary
compute='_compute_sale_price_subtotal'
groups='sales_team.group_sale_salesman'
string='Sales (Tax Excluded)'
action_view_linked_orders(self)
No new fields.
Public methods (1)default_get(self, fields)
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_registration_data(self)
event_session_id
Many2one → event.session
comodel_name='event.session'
domain="[('event_id', '=', event_id)]"
string='Session'
event_use_sessions
Boolean
related='event_id.use_sessions'
get_sale_order_line_multiline_description_sale(self, product)
event_id
Many2one → event.event
comodel_name='event.event'
readonly=True
string='Event'
event_session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Event Session'
event_ticket_id
Many2one → event.event.ticket
comodel_name='event.event.ticket'
readonly=True
string='Event Ticket'
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_sale_session |
| VERSION | |
| VERSION | 1.0.3 |
| 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 | david, OCA Transbot, oca-travis, Weblate, OCA-git-bot, David, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/event: - event_session - event_mail odoo/odoo: - event_sale - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - utm - sale_management - sale - sales_team - payment - account - product - uom - analytic - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
event_sale assets backend | ir.ui.view | qweb | Inherits web.assets_backend |
event_configurator_view_form |
event.configurator.view.form.inherit | event.event.configurator | xpath | Inherits event_sale.event_configurator_view_form |
view_event_form |
event.event | xpath | Inherits event.view_event_form | |
view_event_inherit_registration_editor_form |
registration.editor.form | registration.editor | xpath | Inherits event_sale.view_event_registration_editor_form |
view_event_session_form |
event.session | xpath | Inherits event_session.view_event_session_form | |
view_event_session_tree |
event.session | field | Inherits event_session.view_event_session_tree | |
view_order_product_pivot |
sale.report | xpath | Inherits sale.view_order_product_pivot | |
view_order_product_search |
sale.report | xpath | Inherits sale.view_order_product_search | |
view_sale_order_form_inherit_event |
sale.order.form.inherit | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (3)button_cancel(self)
button_draft(self)
unlink(self)
order_line_ids
One2many → sale.order.line
comodel_name='sale.order.line'
inverse_name='event_id'
string='Sales Order Lines'
unconfirmed_qty
Integer
compute='_compute_unconfirmed_qty'
store=True
string='Unconfirmed Qty'
button_open_unconfirmed_event_order(self)
event_sessions_count
Integer → event.session
comodel_name='event.session'
readonly=True
related='event_id.sessions_count'
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
No public methods.
No new fields.
Public methods (0)No public methods.
order_line_ids
One2many → sale.order.line
comodel_name='sale.order.line'
inverse_name='session_id'
string='Sales Order Lines'
unconfirmed_qty
Integer
compute='_compute_unconfirmed_qty'
store=True
string='Unconfirmed Qty'
No public methods.
No new fields.
Public methods (1)default_get(self, fields)
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_registration_data(self)
event_ids
Many2many → event.event
comodel_name='event.event'
compute='_compute_event_ids'
readonly=True
string='Event'
registration_ids
One2many → event.registration
comodel_name='event.registration'
inverse_name='sale_order_id'
readonly=True
string='Attendees'
No public methods.
event_session_seats_available
Integer
readonly=True
related='session_id.seats_available'
string='Available Seats'
event_session_seats_limited
Boolean
readonly=True
related='session_id.seats_limited'
string='Seats Availavility'
event_sessions_count
Integer → event.session
comodel_name='event.session'
readonly=True
related='event_id.sessions_count'
registration_ids
One2many → event.registration
comodel_name='event.registration'
inverse_name='sale_order_line_id'
readonly=True
string='Attendees'
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_sale_order_line_multiline_description_sale(self, product)
event_id
Many2one → event.event
comodel_name='event.event'
readonly=True
string='Event'
event_session_count
Integer
group_operator='avg'
readonly=True
string='Number of event sessions'
session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Session'
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_sale_session |
| 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, Carlos Roca |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/event: - event_session - event_mail odoo/odoo: - event_sale - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - sale_management - sale - sales_team - payment - account - product - uom - analytic - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
event_sale assets backend | ir.ui.view | qweb | Inherits web.assets_backend |
event_configurator_view_form |
event.configurator.view.form.inherit | event.event.configurator | xpath | Inherits event_sale.event_configurator_view_form |
view_event_form |
event.event | xpath | Inherits event.view_event_form | |
view_event_inherit_registration_editor_form |
registration.editor.form | registration.editor | xpath | Inherits event_sale.view_event_registration_editor_form |
view_event_session_form |
event.session | xpath | Inherits event_session.view_event_session_form | |
view_event_session_tree |
event.session | field | Inherits event_session.view_event_session_tree | |
view_order_product_pivot |
sale.report | xpath | Inherits sale.view_order_product_pivot | |
view_order_product_search |
sale.report | xpath | Inherits sale.view_order_product_search | |
view_sale_order_form_inherit_event |
sale.order.form.inherit | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (3)button_cancel(self)
button_draft(self)
unlink(self)
order_line_ids
One2many → sale.order.line
comodel_name='sale.order.line'
inverse_name='event_id'
string='Sales Order Lines'
unconfirmed_qty
Integer
compute='_compute_unconfirmed_qty'
store=True
string='Unconfirmed Qty'
button_open_unconfirmed_event_order(self)
event_sessions_count
Integer → event.session
comodel_name='event.session'
readonly=True
related='event_id.sessions_count'
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
No public methods.
No new fields.
Public methods (0)No public methods.
order_line_ids
One2many → sale.order.line
comodel_name='sale.order.line'
inverse_name='session_id'
string='Sales Order Lines'
unconfirmed_qty
Integer
compute='_compute_unconfirmed_qty'
store=True
string='Unconfirmed Qty'
No public methods.
No new fields.
Public methods (1)default_get(self, fields)
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_registration_data(self)
event_ids
Many2many → event.event
comodel_name='event.event'
compute='_compute_event_ids'
readonly=True
string='Event'
registration_ids
One2many → event.registration
comodel_name='event.registration'
inverse_name='sale_order_id'
readonly=True
string='Attendees'
No public methods.
event_session_seats_availability
Selection
readonly=True
related='session_id.seats_availability'
string='Seats Availavility'
event_session_seats_available
Integer
readonly=True
related='session_id.seats_available'
string='Available Seats'
event_sessions_count
Integer → event.session
comodel_name='event.session'
readonly=True
related='event_id.sessions_count'
registration_ids
One2many → event.registration
comodel_name='event.registration'
inverse_name='sale_order_line_id'
readonly=True
string='Attendees'
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_sale_order_line_multiline_description_sale(self, product)
onchange_session_id(self)
product_uom_change(self)
event_id
Many2one → event.event
comodel_name='event.event'
readonly=True
string='Event'
event_session_count
Integer
group_operator='avg'
readonly=True
string='Number of event sessions'
session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Session'
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_sale_session |
| 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, David |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/event: - event_session - event_mail odoo/odoo: - event_sale - event - base_setup - base - web - bus - web_tour - sale_management - sale - sales_team - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_event_form |
event.event | xpath | Inherits event.view_event_form | |
view_event_inherit_registration_editor_form |
registration.editor.form | registration.editor | xpath | Inherits event_sale.view_event_registration_editor_form |
view_event_session_form |
event.session | xpath | Inherits event_session.view_event_session_form | |
view_event_session_tree |
event.session | field | Inherits event_session.view_event_session_tree | |
view_order_product_pivot |
sale.report | xpath | Inherits sale.view_order_product_pivot | |
view_order_product_search |
sale.report | xpath | Inherits sale.view_order_product_search | |
view_sale_order_form_inherit_event |
sale.order.form.inherit | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (3)action_cancel(self)
action_invoice_draft(self)
unlink(self)
order_line_ids
One2many → sale.order.line
comodel_name='sale.order.line'
inverse_name='event_id'
string='Sales Order Lines'
unconfirmed_qty
Integer
compute='_compute_unconfirmed_qty'
store=True
string='Unconfirmed Qty'
button_open_unconfirmed_event_order(self)
No new fields.
Public methods (0)No public methods.
order_line_ids
One2many → sale.order.line
comodel_name='sale.order.line'
inverse_name='session_id'
string='Sales Order Lines'
unconfirmed_qty
Integer
compute='_compute_unconfirmed_qty'
store=True
string='Unconfirmed Qty'
No public methods.
No new fields.
Public methods (1)default_get(self, fields)
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_registration_data(self)
event_ids
Many2many → event.event
comodel_name='event.event'
compute='_compute_event_ids'
readonly=True
string='Event'
registration_ids
One2many → event.registration
comodel_name='event.registration'
inverse_name='sale_order_id'
readonly=True
string='Attendees'
No public methods.
event_session_seats_availability
Selection
readonly=True
related='session_id.seats_availability'
string='Seats Availavility'
event_session_seats_available
Integer
readonly=True
related='session_id.seats_available'
string='Available Seats'
event_sessions_count
Integer → event.session
comodel_name='event.session'
readonly=True
related='event_id.sessions_count'
registration_ids
One2many → event.registration
comodel_name='event.registration'
inverse_name='sale_order_line_id'
readonly=True
string='Attendees'
session_id
Many2one → event.session
comodel_name='event.session'
string='Session'
get_sale_order_line_multiline_description_sale(self, product)
onchange_session_id(self)
product_uom_change(self)
event_id
Many2one → event.event
comodel_name='event.event'
readonly=True
string='Event'
event_session_count
Integer
group_operator='avg'
readonly=True
string='Number of event sessions'
session_id
Many2one → event.session
comodel_name='event.session'
readonly=True
string='Session'
No public methods.