12 lines
345 B
Python
12 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
|