Files
design-themes/theme_test_custo/__manifest__.py
T
Victor Feyens c338c17bf7 [FIX] *: clean useless content in manifests
Make sure the linting test added in community do not fail.

closes odoo/design-themes#669

X-original-commit: f78f8df161
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-07-07 10:52:58 +02:00

22 lines
536 B
Python

{
'name': 'Custom Theme (Testing suite)',
# Remove the `/Hidden` part to make it selectable for tests purpose
'category': 'Theme/Hidden',
'depends': ['website'],
'data': [
'data/images.xml',
'data/ir_asset.xml',
'data/menu.xml',
'data/pages.xml',
'data/shapes.xml',
'views/footer.xml',
'views/header.xml',
],
'assets': {
'web.assets_tests': [
'theme_test_custo/static/tests/tours/**/*',
],
},
'license': 'LGPL-3',
}