mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
4cdd1db20c
See previous commit. closes odoo/design-themes#755 Related: odoo/odoo#148443 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
|