Seats per registration in events

event_registration_seat_limit
REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/8.0/event_registration_seat_limit
VERSION
VERSION 4.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Grupo ESOC
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Grupo ESOC
COMMITTERS
COMMITTERSJairo Llopis
WEBSITE
WEBSITEhttp://www.grupoesoc.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - base_setup
    - base
    - web_kanban
    - web
    - board
    - email_template
    - mail
    - marketing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
event_form Limit of participants per registration event.event data Inherits event.view_event_form
Models touched (2)

New fields (2)
  • registration_seats_max Integer
    default=0 help='Registrations with more than this number of participants will be forbidden. Set 0 to ignore this setting.' args: 'Maximum of participants per registration'
  • registration_seats_min Integer
    default=1 help='Registrations with less than this number of participants will be forbidden.' args: 'Minimum of participants per registration'
Public methods (0)

No public methods.

New fields (1)
  • nb_register Integer
    default=_default_seats
Public methods (0)

No public methods.