17 lines
560 B
Python
17 lines
560 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_attachment_access
|
|
from . import test_controllers
|
|
from . import test_documents_access
|
|
from . import test_documents_common
|
|
from . import test_documents_document
|
|
from . import test_documents_document_folder
|
|
from . import test_documents_multicompany
|
|
from . import test_documents_multipage
|
|
from . import test_documents_request
|
|
from . import test_documents_tag
|
|
from . import test_mail_activity
|
|
from . import test_mail_gateway
|
|
from .tours import *
|