[IMP] survey_event_registration_generation: event registration generation
This commit is contained in:
11
survey_event_registration_generation/models/survey_survey.py
Normal file
11
survey_event_registration_generation/models/survey_survey.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright 2023 Tecnativa - David Vidal
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class SurveySurvey(models.Model):
|
||||
_inherit = "survey.survey"
|
||||
|
||||
generate_registration = fields.Boolean(
|
||||
help="Generate registration for selected event",
|
||||
)
|
Reference in New Issue
Block a user