mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
1d47f8ad57
See previous commit.
closes odoo/design-themes#761
X-original-commit: 14c3bbb9ff
Related: odoo/odoo#151375
Signed-off-by: Romain Derie (rde) <rde@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
|