Files
design-themes/theme_enark/__manifest__.py
T
qsm-odoo 1c685dfb01 [MOV] website_animate, theme_*: merge the app into the website app
task-2215118

closes odoo/design-themes#478

Related: odoo/upgrade#2709
Related: odoo/odoo#74697
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-08-05 14:58:24 +00:00

34 lines
935 B
Python

{
'name': 'Enark Theme',
'description': 'Enark Theme',
'category': 'Theme/Corporate',
'summary': 'Architect, Corporate, Business, Finance, Services',
'sequence': 190,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
'data/ir_asset.xml',
'views/snippets_options.xml',
'views/image_library.xml',
'views/snippets/s_banner.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_call_to_action.xml',
],
'images': [
'static/description/enark_description.jpg',
'static/description/enark_screenshot.jpg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-enark.odoo.com',
'assets': {
'website.assets_editor': [
'theme_enark/static/src/js/tour.js',
],
}
}