Legal terms per event

website_event_sale_legal
REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/8.0/website_event_sale_legal
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMarketing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L.
COMMITTERS
COMMITTERSPedro M. Baeza, Jairo Llopis
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/e-commerce:
    - website_sale_product_legal
odoo/odoo:
    - website_event_sale
    - website_event
    - website
    - web
    - base
    - share
    - mail
    - base_setup
    - web_kanban
    - website_partner
    - website_mail
    - email_template
    - event
    - board
    - marketing
    - event_sale
    - sale_crm
    - sale
    - sales_team
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - edi
    - procurement
    - crm
    - base_action_rule
    - resource
    - calendar
    - web_calendar
    - fetchmail
    - web_kanban_gauge
    - website_sale
    - payment
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits event.view_event_form
event_sub_tickets_view Add legal terms to event tickets event.event xpath Inherits event_sale.view_event_form
legal_term_form Events in legal term form website_sale_product_legal.legal_term xpath Inherits website_sale_product_legal.legal_term_form
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.