mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
22 lines
580 B
Python
22 lines
580 B
Python
{
|
|
'name': 'Kea Theme',
|
|
'description': 'Kea Theme',
|
|
'category': 'Theme/Technology',
|
|
'summary': 'Tech, IT, Computers, Stores',
|
|
'sequence': 200,
|
|
'version': '1.0',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/snippets.xml',
|
|
'views/images_content.xml',
|
|
'views/images_library.xml',
|
|
],
|
|
'images': [
|
|
'static/description/kea_description.png',
|
|
'static/description/kea_screenshot.jpeg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-kea.odoo.com/page/demo1',
|
|
}
|