Odoo18-Base/addons/survey/models/__init__.py
2025-01-06 10:57:38 +07:00

11 lines
299 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import survey_survey
from . import survey_survey_template
from . import survey_question
from . import survey_user_input
from . import badge
from . import challenge
from . import res_partner