mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:52:07 +02:00
7 lines
239 B
Python
7 lines
239 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import onboarding_onboarding
|
|
from . import onboarding_step
|
|
from . import onboarding_progress
|
|
from . import onboarding_progress_step
|