blob: 4f78edeef69580a5a688b88afcc09c3aa8e79637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# # -*- coding: utf-8 -*-
# # Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import common
from . import test_sale_timesheet
from . import test_sale_service
from . import test_project_billing
from . import test_reinvoice
from . import test_reporting
from . import test_project_overview
from . import test_project_billing_multicompany
|