| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/8.0/event_product |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Event Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis |
| WEBSITE | |
| WEBSITE | https://grupoesoc.es/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event_sale - event - base_setup - base - web_kanban - web - board - email_template - marketing - 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 |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_event_form |
Event products | event.event | xpath | Inherits event.view_event_form |
event_event_search |
Event products | event.event | xpath | Inherits event.view_event_search |
product_template_form_view |
Events for this product template | product.template | xpath | Inherits event_sale.event_sale_product_template_form |
product_template_search_view |
Search by event | product.template | xpath | Inherits product.product_template_search_view |
product_id
Many2one → product.product
domain='[("is_event", "=", True),\n ("event_type_id", "in", (False, type))]'
help='Product of this event, if available.'
states={'done': [('readonly', True)]}
args: 'product.product', 'Product'
No public methods.
No new fields.
Public methods (0)No public methods.
event_count
Integer
compute='_compute_event_count'
args: 'Events'
event_ids
One2many → event.event
action_view_events(self)
onchange_event_ok(self, type, event_ok)
event_count
Integer
compute='_compute_event_count'
args: 'Events'
is_event
Boolean
help='This product defines an event (NOT an event ticket).'
args: 'Is an event'
action_view_events(self)
onchange_event_ok(self, type, event_ok)