event_ticket |
Event Ticket
Catalog: Odoo
Schema: event
Documentation:
Ticket model allowing to have differnt kind of registrations for a given
event. Ticket are based on ticket type as they share some common fields
and behavior. Those models come from <= v13 Odoo event.event.ticket that
modeled both concept: tickets for event templates, and tickets for events.
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table event_ticket are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
company_id_label |
string |
|
☐ |
|
company_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
currency_id_label |
string |
|
☐ |
|
currency_id |
string |
|
☐ |
|
description |
string |
Description |
☐ |
A description of the ticket that you want to communicate to your customers. |
display_name |
string |
Display Name |
☐ |
|
end_sale_datetime |
datetime |
Registration End |
☐ |
|
event_id_label |
string |
|
☐ |
|
event_id |
string |
|
☐ |
|
event_type_id_label |
string |
|
☐ |
|
event_type_id |
string |
|
☐ |
|
id |
int32 |
ID |
☐ |
|
is_expired |
boolean |
Is Expired |
☐ |
|
is_launched |
boolean |
Are sales launched |
☐ |
|
is_sold_out |
boolean |
Sold Out |
☐ |
Whether seats are not available for this ticket. |
name |
string |
Name |
☑ |
|
price_reduce_taxinc |
decimal |
Price Reduce Tax inc |
☐ |
|
price_reduce |
decimal |
Price Reduce |
☐ |
|
price |
decimal |
Price |
☐ |
|
product_id_label |
string |
|
☐ |
|
product_id |
string |
|
☐ |
|
registration_ids |
string |
|
☐ |
|
sale_available |
boolean |
Is Available |
☐ |
Whether it is possible to sell these tickets |
seats_available |
int32 |
Available Seats |
☐ |
|
seats_limited |
boolean |
Limit Attendees |
☐ |
|
seats_max |
int32 |
Maximum Attendees |
☐ |
Define the number of available tickets. If you have too many registrations you will not be able to sell tickets anymore. Set 0 to ignore this rule set as unlimited. |
seats_reserved |
int32 |
Reserved Seats |
☐ |
|
seats_unconfirmed |
int32 |
Unconfirmed Seats |
☐ |
|
seats_used |
int32 |
Used Seats |
☐ |
|
sequence |
int32 |
Sequence |
☐ |
|
start_sale_datetime |
datetime |
Registration Start |
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826