2025-02-27 18:56:07 +07:00
|
|
|
---
|
|
|
|
show-content: true
|
|
|
|
---
|
2022-08-02 05:28:20 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
# Events
|
2022-08-02 05:28:20 +07:00
|
|
|
|
2024-08-01 00:05:38 +07:00
|
|
|
Explore the various aspects of the Odoo **Events** detailed dashboard, and useful settings, that can
|
2024-04-17 01:54:26 +07:00
|
|
|
be utilized to generate and gather valuable data about events (and their attendees), which can then
|
|
|
|
be used to improve decision-making and event-planning.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
[Odoo Tutorials: Events](https://www.odoo.com/slides/surveys-63)
|
|
|
|
:::
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{eval-rst}
|
2024-04-17 01:54:26 +07:00
|
|
|
.. cards::
|
|
|
|
|
|
|
|
.. card:: Create events
|
|
|
|
:target: events/create_events
|
|
|
|
|
|
|
|
Discover how to create events with Odoo.
|
|
|
|
|
|
|
|
.. card:: Sell event tickets
|
|
|
|
:target: events/sell_tickets
|
|
|
|
|
|
|
|
Learn how to create, configure, and sell event tickets.
|
|
|
|
|
|
|
|
.. card:: Track and manage talks
|
|
|
|
:target: events/track_manage_talks
|
|
|
|
|
|
|
|
See how to create, track, and manage event tracks with Odoo.
|
|
|
|
|
|
|
|
.. card:: Event templates
|
2024-08-01 00:05:38 +07:00
|
|
|
:target: events/event_templates
|
2024-04-17 01:54:26 +07:00
|
|
|
|
|
|
|
Expedite the event-creation process with event templates.
|
|
|
|
|
2024-08-01 00:05:38 +07:00
|
|
|
.. card:: Event tracks
|
2024-05-08 20:42:00 +07:00
|
|
|
:target: events/event_tracks
|
|
|
|
|
|
|
|
Learn how to create, track, and manage event tracks with Odoo.
|
|
|
|
|
2024-08-01 00:05:38 +07:00
|
|
|
.. card:: Event booths
|
|
|
|
:target: events/event_booths
|
|
|
|
|
|
|
|
Create, manage, and sell event booths.
|
|
|
|
|
|
|
|
.. card:: Registration Desk
|
|
|
|
:target: events/registration_desk
|
|
|
|
|
|
|
|
Instantly grant access to event attendees with Odoo's Registration Desk feature.
|
|
|
|
|
|
|
|
.. card:: Revenues report
|
|
|
|
:target: events/revenues_report
|
|
|
|
|
|
|
|
Analyze the financial success of events with Odoo.
|
2025-02-27 18:56:07 +07:00
|
|
|
```
|
2024-08-01 00:05:38 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Events dashboard
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
When the **Events** application is opened, Odoo reveals the main {guilabel}`Events` dashboard, which
|
2024-04-17 01:54:26 +07:00
|
|
|
can be viewed in a number of different ways. Those different view options are accessible from the
|
2025-02-27 18:56:07 +07:00
|
|
|
{guilabel}`Events` dashboard in the upper-right corner, via a series of view-related icon buttons.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
By default, the {guilabel}`Events` dashboard is displayed in the {icon}`oi-view-kanban`
|
|
|
|
{guilabel}`Kanban` view, which is populated with a variety of pipeline stages.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{image} events/kanban-dashboard.png
|
|
|
|
:align: center
|
|
|
|
:alt: Overview of events setting with the kanban view in Odoo Events.
|
|
|
|
```
|
2024-04-17 01:54:26 +07:00
|
|
|
|
|
|
|
This view showcases all the events in the database in their respective stages. By default, the
|
2025-02-27 18:56:07 +07:00
|
|
|
stages are: {guilabel}`New`, {guilabel}`Booked`, {guilabel}`Announced`, {guilabel}`Ended`, and
|
|
|
|
{guilabel}`Cancelled`.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{note}
|
|
|
|
The {guilabel}`Ended` and {guilabel}`Cancelled` stages are folded, by default, and located to the
|
|
|
|
right of the other stages.
|
|
|
|
:::
|
2024-04-17 01:54:26 +07:00
|
|
|
|
|
|
|
On each event card, find the scheduled date of the event, the name of the event, the location, the
|
2025-02-27 18:56:07 +07:00
|
|
|
number of expected {guilabel}`Attendees`, any scheduled activities related to the event, the status
|
2024-04-17 01:54:26 +07:00
|
|
|
of the event, and the person responsible for the event.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
To quickly add a new event to a pipeline, click the {icon}`fa-plus` {guilabel}`(plus)` icon at the
|
2024-04-17 01:54:26 +07:00
|
|
|
top of the stage to which the event should be added to reveal a blank Kanban card to fill out.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{image} events/blank-kanban-card.png
|
|
|
|
:align: center
|
|
|
|
:alt: Typical blank kanban card to fill out in the Odoo Events application.
|
|
|
|
```
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
In this blank Kanban card, enter the name of {guilabel}`Event`, along with the start and end
|
|
|
|
{guilabel}`Date` and time.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
Then, either click {guilabel}`Add` to add it to the stage and edit it later, or click
|
|
|
|
{guilabel}`Edit` to add the event to stage and edit its configurations on a separate page.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
|
|
|
Each event card can be dragged-and-dropped into any stage on the Kanban pipeline, providing easy
|
|
|
|
organizational access.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Settings
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2024-08-01 00:05:38 +07:00
|
|
|
To access the event settings and feature options in Odoo **Events**, navigate to
|
2025-02-27 18:56:07 +07:00
|
|
|
{menuselection}`Events app --> Configuration --> Settings`. From here, tick the checkboxes beside
|
|
|
|
the desired settings and/or features, and click {guilabel}`Save` to activate them.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
### Events section
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
In the {guilabel}`Events` section of the {guilabel}`Settings` page, there are selectable features
|
2024-08-01 00:05:38 +07:00
|
|
|
that can be enabled to add various elements to events created with the Odoo **Events** application.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{image} events/settings-events-section.png
|
|
|
|
:align: center
|
|
|
|
:alt: The Events section on the Odoo Events settings page in the Odoo Events application.
|
|
|
|
```
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Schedule & Tracks` feature allows users to manage and publish a schedule with tracks
|
2024-04-17 01:54:26 +07:00
|
|
|
for events. *Tracks* is a catch-all term that refers to talks, lectures, demonstrations,
|
|
|
|
presentations, and other similar elements that users may choose to include as part of an event.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
When the {guilabel}`Schedule & Tracks` feature is enabled, two additional fields appear beneath it:
|
|
|
|
{guilabel}`Live Broadcast` and {guilabel}`Event Gamification`.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Live Broadcast` feature lets users air tracks online, via a *YouTube* integration.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Event Gamification` feature lets users share a quiz after any event track, in order
|
2024-04-17 01:54:26 +07:00
|
|
|
for attendees to gauge how much they learned from the track they just saw/heard. Companies can also
|
|
|
|
benefit from this feature, in that the subsequent responses and results of the quizzes can help
|
|
|
|
determine where a company's strengths and weaknesses are, when it comes to their presentations.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
Next, is the {guilabel}`Online Exhibitors` feature. This feature allows users to display sponsors
|
2024-04-17 01:54:26 +07:00
|
|
|
and exhibitors on event pages, which can serve as a valuable incentive to encourage partners and
|
|
|
|
businesses to participate in the event.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Jitsi Server Domain` field represents an external conferencing service that is
|
2024-04-17 01:54:26 +07:00
|
|
|
integrated with Odoo. It is what is used to create and host virtual conferences, community rooms,
|
|
|
|
and other similar elements for events.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Community Chat Rooms` feature allows users to create virtual conference rooms for
|
2024-04-17 01:54:26 +07:00
|
|
|
event attendees, providing them with a centralized place to meet and discuss anything related to the
|
|
|
|
event.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
Lastly, there is the {guilabel}`Booth Management` feature. This feature provides users with the
|
2024-04-17 01:54:26 +07:00
|
|
|
ability to create and manage event booths and booth reservations. When enabled, users can create
|
|
|
|
different booth tiers, with individual price points, and sell them to interested parties.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
### Registration section
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Registration` section of the {guilabel}`Settings` page provides selectable settings
|
2024-04-17 01:54:26 +07:00
|
|
|
that are directly related to event registration.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{image} events/settings-registration-section.png
|
|
|
|
:align: center
|
|
|
|
:alt: The Registration section in the Odoo Events settings page in the Odoo Events
|
|
|
|
: application.
|
|
|
|
```
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Tickets` setting allows users to sell event tickets, via standard sales orders.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Online Ticketing` setting creates a selectable *Event Ticket* product type on product
|
2024-04-17 01:54:26 +07:00
|
|
|
forms, which provides users with the ability to sell event tickets online, via their
|
|
|
|
website/eCommerce store.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
### Attendance section
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
In the {guilabel}`Attendance` section of the {guilabel}`Settings` page, there is a selectable
|
2024-04-17 01:54:26 +07:00
|
|
|
setting that is directly related to how attendees can attend/enter the event.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
```{image} events/settings-attendance-section.png
|
|
|
|
:align: center
|
|
|
|
:alt: The Attendance section in the Odoo Events Settings page in the Odoo Events application.
|
|
|
|
```
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Use Event Barcode` setting, when activated, enables barcode (and QR code) scanning
|
2024-04-17 01:54:26 +07:00
|
|
|
for attendees to enter the event. This provides attendees with quick access, and helps Odoo users
|
|
|
|
easily track, manage, and analyze all event attendees.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
The {guilabel}`Barcode Nomenclature` field, beneath the {guilabel}`Use Event Barcode` setting, is
|
|
|
|
set to {guilabel}`Default Nomenclature`, by default, but can be changed at any time.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Create events
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2024-08-01 00:05:38 +07:00
|
|
|
With Odoo **Events**, events can be manually created from scratch or built off of pre-made
|
|
|
|
templates.
|
|
|
|
|
|
|
|
Once launched, the **Events** application then integrates with the **Website** app for the front-end
|
|
|
|
promotion and registration of the event for attendees, the **Sales** app for the purchasing ability
|
|
|
|
of paid tickets, and the **CRM** application through customizable lead generation rules.
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/create_events`
|
|
|
|
:::
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Sell event tickets
|
2024-04-17 01:54:26 +07:00
|
|
|
|
|
|
|
Create custom ticket tiers (with various price points) for potential event attendees to choose from,
|
|
|
|
directly on the event template form, under the *Tickets* tab.
|
|
|
|
|
|
|
|
Odoo simplifies the ticket-purchasing process by providing plenty of payment method options, as
|
|
|
|
well.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/sell_tickets`
|
|
|
|
:::
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Track and manage talks
|
2024-04-17 01:54:26 +07:00
|
|
|
|
|
|
|
Discover how to access various event tracks (talks, presentations, etc.), view entire agendas, and
|
|
|
|
learn how attendees can propose talks for the event.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/track_manage_talks`
|
|
|
|
:::
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Event templates
|
2024-04-17 01:54:26 +07:00
|
|
|
|
2024-08-01 00:05:38 +07:00
|
|
|
Learn the process to customize and configure event templates, which can be used to expedite the
|
2024-04-17 01:54:26 +07:00
|
|
|
event-creation process.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/event_templates`
|
|
|
|
:::
|
2022-08-02 05:28:20 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Event booths
|
2024-08-01 00:05:38 +07:00
|
|
|
|
|
|
|
Explore the various ways to create, manage, and sell event booths with the Odoo **Events**
|
|
|
|
application.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/event_booths`
|
|
|
|
:::
|
2024-08-01 00:05:38 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Event tracks
|
2024-08-01 00:05:38 +07:00
|
|
|
|
|
|
|
Find out how to create, manage, and schedule different experiences (aka *Tracks*) for events with
|
|
|
|
Odoo.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/event_tracks`
|
|
|
|
:::
|
2024-08-01 00:05:38 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Registration desk
|
2024-08-01 00:05:38 +07:00
|
|
|
|
|
|
|
Grant access to event attendees quickly and easily with the Odoo **Events** *Registration Desk*
|
|
|
|
feature.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/registration_desk`
|
|
|
|
:::
|
2024-08-01 00:05:38 +07:00
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
## Revenues report
|
2024-08-01 00:05:38 +07:00
|
|
|
|
|
|
|
Gain invaluable insight into event-related revenues with customizable reports and metrics.
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
:::{seealso}
|
|
|
|
{doc}`events/revenues_report`
|
|
|
|
:::
|
|
|
|
|
|
|
|
```{toctree}
|
|
|
|
events/create_events
|
|
|
|
events/sell_tickets
|
|
|
|
events/track_manage_talks
|
|
|
|
events/event_templates
|
|
|
|
events/event_booths
|
|
|
|
events/event_tracks
|
|
|
|
events/registration_desk
|
|
|
|
events/revenues_report
|
|
|
|
```
|
2024-08-01 00:05:38 +07:00
|
|
|
|