website_event_questions_by_ticket
Allows event organizers to limit website registration questions to specific tickets so attendees only answer what applies to them.
Key Features
- event.question: adds a Limited to tickets many2many field so each question can be constrained to selected event tickets.
- event.event: introduces helper methods that filter specific and general questions according to the attendee’s ticket selection.
- event.event form view: exposes the ticket restriction tags in both tree and form views to ease backend configuration of question availability.
- website_event.registration_attendee_details: updates the registration template to only render specific and general questions that pass the ticket-based filters.