mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
14c3bbb9ff
See previous commit.
closes odoo/design-themes#760
X-original-commit: 4cdd1db20c
Related: odoo/odoo#150524
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
8 lines
232 B
Python
8 lines
232 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_crawl
|
|
from . import test_new_page_templates
|
|
from . import test_theme_standalone
|
|
from . import test_theme_upgrade
|