9 lines
268 B
Python
9 lines
268 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_leave
|
|
from . import test_multi_contract
|
|
from . import test_payslip_holidays_computation
|
|
from . import test_performance
|
|
from . import test_work_entry
|