summaryrefslogtreecommitdiff
path: root/addons/sale_timesheet/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/sale_timesheet/tests/__init__.py')
-rw-r--r--addons/sale_timesheet/tests/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/addons/sale_timesheet/tests/__init__.py b/addons/sale_timesheet/tests/__init__.py
new file mode 100644
index 00000000..4f78edee
--- /dev/null
+++ b/addons/sale_timesheet/tests/__init__.py
@@ -0,0 +1,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