Files
design-themes/theme_yes/__manifest__.py
T
2021-05-10 15:46:48 +02:00

34 lines
949 B
Python

{
'name': 'Yes Theme',
'description': 'Yes Theme - Wedding',
'category': 'Theme/Personal',
'summary': 'Wedding, Love, Photography, Services',
'sequence': 330,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common', 'website_animate'],
'data': [
'data/ir_asset.xml',
'views/images.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_masonry_block.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_call_to_action.xml',
],
'images': [
'static/description/yes_description.png',
'static/description/yes_screenshot.jpg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-yes.odoo.com',
'assets': {
'website.assets_editor': [
'theme_yes/static/src/js/tour.js',
],
}
}