survey/models/__init__.py

11 lines
299 B
Python
Raw Normal View History

2024-10-31 15:22:02 +03:00
# -*- 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