mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-18 05:52:00 +02:00
9 lines
277 B
Python
9 lines
277 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_hr_employee
|
|
from . import test_channel
|
|
from . import test_self_user_access
|
|
from . import test_multi_company
|
|
from . import test_resource
|
|
from . import test_ui
|