Repository
OCA/event · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/event
Last tracking update
2026-08-11 17:30:51
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pilar Vargas, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module recovers the lost feature for specifying the minimum seats
required for an event, and showing such events on red in the list view
if the minimum seats are not satisfied.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_event_form event.event form Inherits event.view_event_form
view_event_tree event.event list Inherits event.view_event_tree
view_event_type_form event.type form Inherits event.view_event_type_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • seats_min Integer
    compute='_compute_seats_min' help='For each event you can define a minimum reserved seats (number of attendees). If it does not reach the mentioned registrations, the event is highlighted in the list.' readonly=False store=True string='Minimum Seats'
Public methods (0)

No public methods.

New fields (1)
  • default_registration_min Integer
    compute='_compute_default_registration_min' help='It will select this default minimum value when you choose this event' readonly=False store=True args: 'Minimum Registrations'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…