31 lines
807 B
Python
31 lines
807 B
Python
{
|
|
'name': 'Enark',
|
|
'description': 'Enark Theme',
|
|
'category': 'Theme/Corporate',
|
|
'sequence': 190,
|
|
'version': '1.0',
|
|
'author': 'Odoo SA',
|
|
'depends': ['theme_common', 'website_animate'],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/image_content.xml',
|
|
'views/customize_modal.xml',
|
|
'views/snippets_options.xml',
|
|
'views/snippets.xml',
|
|
'views/image_library.xml',
|
|
],
|
|
'demo': [
|
|
'demo/home.xml',
|
|
'demo/home_2.xml',
|
|
'demo/home_3.xml',
|
|
'demo/blocks.xml',
|
|
],
|
|
'images': [
|
|
'static/description/enark_description.jpg',
|
|
'static/description/enark_screenshot.jpg',
|
|
],
|
|
'price': 199,
|
|
'currency': 'EUR',
|
|
'live_test_url': 'https://theme-enark.odoo.com/page/demo_page_home_1',
|
|
}
|