TIP: You can type at any time to perform a new search.
Legal terms per event
website_event_sale_legal · OCA/event
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/website_event_sale_legal/<model('event.event.ticket'):ticket> |
EventLegalTerms.by_ticket |
public | http | ALL | website |
Models touched (3)
New fields (1)
-
legal_term_idsMany2many → website_sale_product_legal.legal_termhelp='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'
No public methods.
New fields (2)
-
legal_term_idsMany2many → website_sale_product_legal.legal_termhelp='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_idsMany2many → website_sale_product_legal.legal_termcompute='_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'
No public methods.
New fields (1)
-
event_idsMany2many → event.eventhelp='Events that require accepting this legal term.'string='Events' args: 'event.event', 'website_event_sale_legal_term_event_rel'
No public methods.