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