9 lines
255 B
Python
9 lines
255 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_auto_status
|
||
|
from . import test_contract
|
||
|
from . import test_calendar_sync
|
||
|
from . import test_resource
|
||
|
from . import test_employee
|
||
|
from . import test_attendances
|