Repository
OCA/event · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
http://www.antiun.com
Last tracking update
2026-08-07 07:03:12
Authors
Odoo Community Association (OCA), Antiun Ingeniería S.L.
Maintainers
Odoo Community Association (OCA), Antiun Ingeniería S.L.
Committers
Pedro M. Baeza, Jairo Llopis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
event_description_full event_description_full ir.ui.view qweb Inherits website_event_sale.event_description_full
event_main_view Add legal terms to event event.event form Inherits event.view_event_form
event_sub_tickets_view Add legal terms to event tickets event.event form Inherits event_sale.view_event_form
legal_term_form Events in legal term form website_sale_product_legal.legal_term form Inherits website_sale_product_legal.legal_term_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/website_event_sale_legal/<model('event.event.ticket'):ticket> EventLegalTerms.by_ticket public http ALL website
Models touched (3)

New fields (1)
  • legal_term_ids Many2many → website_sale_product_legal.legal_term
    help='Online customers will be informed of these legal terms before buying any ticket for this event, in addition to those specified in the chosen ticket type and product.' string='Legal terms' args: 'website_sale_product_legal.legal_term', 'website_event_sale_legal_term_event_rel'
Public methods (0)

No public methods.

New fields (2)
  • legal_term_ids Many2many → website_sale_product_legal.legal_term
    help='Online customers will be informed of these legal terms before buying this ticket, in addition to those specified in the event and in the chosen product.' string='Legal terms' args: 'website_sale_product_legal.legal_term', 'website_event_sale_legal_term_ticket_rel'
  • mixed_legal_term_ids Many2many → website_sale_product_legal.legal_term
    compute='_compute_mixed_legal_term_ids' help='Combination of legal terms from ticket, event and product.' string='Mixed legal terms' args: 'website_sale_product_legal.legal_term'
Public methods (0)

No public methods.

New fields (1)
  • event_ids Many2many → event.event
    help='Events that require accepting this legal term.' string='Events' args: 'event.event', 'website_event_sale_legal_term_event_rel'
Public methods (0)

No public methods.