mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
34 lines
918 B
Python
34 lines
918 B
Python
{
|
|
'name': 'Kea Theme',
|
|
'description': 'Kea Theme',
|
|
'category': 'Theme/Technology',
|
|
'summary': 'Technology, Tech, IT, Computers, Stores',
|
|
'sequence': 200,
|
|
'version': '2.0.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/images_content.xml',
|
|
|
|
'views/snippets/s_cover.xml',
|
|
'views/snippets/s_picture.xml',
|
|
'views/snippets/s_image_text.xml',
|
|
'views/snippets/s_three_columns.xml',
|
|
'views/snippets/s_media_list.xml',
|
|
'views/snippets/s_references.xml',
|
|
|
|
],
|
|
'images': [
|
|
'static/description/kea_description.png',
|
|
'static/description/kea_screenshot.jpg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-kea.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_kea/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|