TIP: You can type at any time to perform a new search.
Event Products
event_product · OCA/event
- Repository
- OCA/event · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Event Management
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://grupoesoc.es/
- Last tracking update
- 2026-08-07 07:03:12
- Authors
- Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios
- Maintainers
- Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios
- Committers
- Jairo Llopis
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_event_form |
Event products | event.event | form | Inherits event.view_event_form |
event_event_search |
Event products | event.event | search | Inherits event.view_event_search |
product_template_form_view |
Events for this product template | product.template | form | Inherits event_sale.event_sale_product_template_form |
product_template_search_view |
Search by event | product.template | search | Inherits product.product_template_search_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
product_idMany2one → product.productdomain='[("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.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
event_countIntegercompute='_compute_event_count' args: 'Events' -
event_idsOne2many → event.eventargs: 'event.event', 'product_id', 'Events'
-
action_view_events(self)@api.multiOpen events related to product. -
onchange_event_ok(self, type, event_ok)@api.multiInverse of :meth:`~._onchange_is_event`. Cannot declare in ``event_product.product`` because it gets ignored.
New fields (2)
-
event_countIntegercompute='_compute_event_count' args: 'Events' -
is_eventBooleanhelp='This product defines an event (NOT an event ticket).' args: 'Is an event'
-
action_view_events(self)@api.multiOpen events related to template's variants. -
onchange_event_ok(self, type, event_ok)@api.multiInverse of :meth:`~._onchange_is_event`. Cannot declare in ``event_product.product`` because it gets ignored.