mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
23 lines
665 B
Python
23 lines
665 B
Python
{
|
|
'name': 'Enark Theme',
|
|
'description': 'Enark Theme',
|
|
'category': 'Theme/Corporate',
|
|
'summary': 'Corporate, Business, Finance, Services',
|
|
'sequence': 190,
|
|
'version': '1.0',
|
|
'depends': ['theme_common', 'website_animate'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/image_content.xml',
|
|
'views/snippets_options.xml',
|
|
'views/snippets.xml',
|
|
'views/image_library.xml',
|
|
],
|
|
'images': [
|
|
'static/description/enark_description.jpg',
|
|
'static/description/enark_screenshot.jpg',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-enark.odoo.com/page/demo_page_home_1',
|
|
}
|