File: __init__.py

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (26 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import test_attachment_controller
from . import test_binary_controller
from . import test_controller_common
from . import test_discuss_tools
from . import test_ir_mail_server
from . import test_ir_ui_menu
from . import test_link_preview
from . import test_mail_activity
from . import test_mail_composer
from . import test_mail_message_translate
from . import test_mail_render
from . import test_mail_template
from . import test_mail_tools
from . import test_message_reaction_controller
from . import test_message_update_controller
from . import test_res_company
from . import test_res_partner
from . import test_res_users
from . import test_res_users_settings
from . import test_thread_controller
from . import test_uninstall
from . import test_update_notification

from .discuss import *