| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/website_event_track_exhibitor |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Marketing/Events |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Aurélien Warnon, Xavier-Do, Victor Feyens, std-odoo, David Beguin |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/events |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:29 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - website_event_track - website_event - event - base_setup - base - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - utm - website - digest - resource - social_media - website_partner - website_mail - website_jitsi |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
Event Exhibitor Assets Frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
event_event_view_form |
event.event.view.form.inherit.exhibitor | event.event | xpath | Inherits website_event_track.event_event_view_form |
event_exhibitor_main |
Event Exhibitor | ir.ui.view | qweb | New |
event_exhibitors |
Event Exhibitors | ir.ui.view | qweb | New |
event_sponsor_edit_options |
Edit Event Sponsor Options | ir.ui.view | qweb | Inherits website.user_navbar |
event_sponsor_view_form |
event.sponsor.view.form.inherit.exhibitor | event.sponsor | xpath | Inherits website_event_track.event_sponsor_view_form |
event_sponsor_view_kanban |
event.sponsor.view.kanban.inherit.kanban | event.sponsor | xpath | Inherits website_event_track.event_sponsor_view_kanban |
event_sponsor_view_search |
event.sponsor.view.search.inherit.exhibitor | event.sponsor | xpath | Inherits website_event_track.event_sponsor_view_search |
event_sponsor_view_tree |
event.sponsor.view.tree.inherit.exhibitor | event.sponsor | xpath | Inherits website_event_track.event_sponsor_view_tree |
event_type_view_form |
event.type.view.form.inherit.exhibitor | event.type | xpath | Inherits website_event.event_type_view_form |
exhibitor_aside |
Exhibitor: Aside | ir.ui.view | qweb | New |
exhibitor_card |
Exhibitor Card | ir.ui.view | qweb | New |
exhibitor_main |
Exhibitor: Main Content | ir.ui.view | qweb | New |
exhibitors_display_cards |
Exhibitors Cards | ir.ui.view | qweb | New |
exhibitors_main |
Exhibitors: Main Display | ir.ui.view | qweb | New |
exhibitors_search |
Exhibitors: search terms | ir.ui.view | qweb | New |
exhibitors_topbar |
Exhibitor Tools | ir.ui.view | qweb | New |
exhibitors_topbar_country |
Filter by Country | ir.ui.view | qweb | Inherits website_event_track_exhibitor.exhibitors_topbar |
exhibitors_topbar_sponsorship |
Filter by Sponsorship | ir.ui.view | qweb | Inherits website_event_track_exhibitor.exhibitors_topbar |
exhibitor_menu
Boolean
compute='_compute_exhibitor_menu'
readonly=False
store=True
string='Showcase Exhibitors'
exhibitor_menu_ids
One2many → website.event.menu
domain=[('menu_type', '=', 'exhibitor')]
string='Exhibitors Menus'
args: 'website.event.menu', 'event_id'
toggle_exhibitor_menu(self, val)
chat_room_id
Many2one
readonly=False
country_flag_url
Char
compute='_compute_country_flag_url'
compute_sudo=True
string='Country Flag'
country_id
Many2one → res.country
readonly=True
related='partner_id.country_id'
string='Country'
args: 'res.country'
event_date_tz
Selection
readonly=True
related='event_id.date_tz'
string='Timezone'
hour_from
Float
default=8.0
args: 'Opening hour'
hour_to
Float
default=18.0
args: 'End hour'
is_exhibitor
Boolean
is_in_opening_hours
Boolean
compute='_compute_is_in_opening_hours'
args: 'Within opening hours'
room_name
Char
readonly=False
subtitle
Char
help='Catchy marketing sentence for promote'
args: 'Slogan'
website_description
Html
compute='_compute_website_description'
readonly=False
sanitize_attributes=False
sanitize_form=True
store=True
translate=html_translate
args: 'Description'
create(self, values_list)
get_backend_menu_id(self)
write(self, values)
exhibitor_menu
Boolean
compute='_compute_exhibitor_menu'
help='Display exhibitors on website'
readonly=False
store=True
string='Showcase Exhibitors'
No public methods.
menu_type
Selection
ondelete={'exhibitor': 'cascade'}
selection_add=[('exhibitor', 'Exhibitors Menus')]
No public methods.