summaryrefslogtreecommitdiff
path: root/addons/survey/models/__init__.py
blob: 82414c70e6130614d5f35ae18e5dcfabee81b187 (plain)
1
2
3
4
5
6
7
8
9
# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import survey_survey
from . import survey_question
from . import survey_user
from . import badge
from . import challenge
from . import res_partner