mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c26bfbab17
The author field was made required by the previous commit, this commit add the missing field in all manifests. The upgrade-code script `18.2-01-manifest-author.py` was used. See related community branch (same commit title). task-4485983 closes odoo/design-themes#1044 Related: odoo/odoo#196408 Related: odoo/enterprise#78513 Related: odoo/documentation#11956 Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
23 lines
563 B
Python
23 lines
563 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/**/*',
|
|
],
|
|
},
|
|
'author': 'Odoo S.A.',
|
|
'license': 'LGPL-3',
|
|
}
|