mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 07:12:02 +02:00
11 lines
345 B
Python
11 lines
345 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import res_company
|
|
from . import res_users
|
|
from . import resource_calendar
|
|
from . import resource_calendar_attendance
|
|
from . import resource_calendar_leaves
|
|
from . import resource_mixin
|
|
from . import resource_resource
|
|
from . import utils
|