mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c338c17bf7
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>
22 lines
536 B
Python
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',
|
|
}
|