mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 10:12:05 +02:00
11 lines
321 B
Python
11 lines
321 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
|
|
from . import ir_http
|