11 lines
337 B
Python
11 lines
337 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import common
|
||
|
from . import test_child_tasks
|
||
|
from . import test_project_profitability
|
||
|
from . import test_project_project
|
||
|
from . import test_res_config_settings
|
||
|
from . import test_sale_project
|
||
|
from . import test_so_line_milestones
|