Repository
odoo/odoo · module folder
Module version
1.1
Category
Marketing/Events
Folder size
0.35 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-08 22:45:30
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Aaron Bohy, Géry Debongnie, Julien Castiaux, Xavier-Do, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, William Braeckman, Julien Banken, Dylan Kiss (dyki), yagp-odoo, Pierre Pulinckx (PIPU), Bastien PIERRE, Yagnik ✗ (yagp), saurabh, panj-odoo
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
Automatically create a sponsor when renting a booth.
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
event_booth_booked_template event_booth_booked_template ir.ui.view qweb Inherits event_booth.event_booth_booked_template
event_booth_category_view_form event.booth.category.view.form.inherit.website.event.booth.exhibitor event.booth.category form Inherits event_booth.event_booth_category_view_form
event_booth_category_view_search event.booth.category.view.search.inherit.website.event.booth.exhibitor event.booth.category search Inherits event_booth.event_booth_category_view_search
event_booth_category_view_tree event.booth.category.view.list.inherit.website.event.booth.exhibitor event.booth.category list Inherits event_booth.event_booth_category_view_tree
event_booth_registration event_booth_registration ir.ui.view qweb Inherits website_event_booth.event_booth_registration
event_booth_registration_details event_booth_registration_details ir.ui.view qweb Inherits website_event_booth.event_booth_registration_details
event_booth_view_form_from_event event.booth.view.form.inherit.website.event.booth.exhibitor event.booth form Inherits event_booth.event_booth_view_form_from_event
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (9)
  • sponsor_email Char
    related='sponsor_id.email' string='Sponsor Email'
  • sponsor_id Many2one → event.sponsor
    copy=False string='Sponsor' args: 'event.sponsor'
  • sponsor_image_512 Image
    related='sponsor_id.image_512' string='Sponsor Logo'
  • sponsor_name Char
    related='sponsor_id.name' string='Sponsor Name'
  • sponsor_phone Char
    related='sponsor_id.phone' string='Sponsor Phone'
  • sponsor_subtitle Char
    related='sponsor_id.subtitle' string='Sponsor Slogan'
  • sponsor_type_id Many2one
    related='booth_category_id.sponsor_type_id'
  • sponsor_website_description Html
    related='sponsor_id.website_description' string='Sponsor Description'
  • use_sponsor Boolean
    related='booth_category_id.use_sponsor'
Public methods (1)
  • action_view_sponsor(self)

New fields (3)
  • exhibitor_type Selection
    string='Sponsor Type' args: _get_exhibitor_type
  • sponsor_type_id Many2one → event.sponsor.type
    string='Sponsor Level' args: 'event.sponsor.type'
  • use_sponsor Boolean
    help='If set, when booking a booth a sponsor will be created for the user' string='Create Sponsor'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…