mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 04:51:59 +02:00
9 lines
302 B
Python
9 lines
302 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_res_config_settings
|
|
from . import test_sale_project
|
|
from . import test_so_line_milestones
|