Files
design-themes/theme_notes/__manifest__.py
T

56 lines
2.3 KiB
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Notes & Play Theme',
'description': 'Notes & Play Theme',
'category': 'Theme/Retail',
2021-05-10 15:46:48 +02:00
'summary': 'Band, Musics, Sound, Concerts, Artists, Records, Event, Food, Stores',
2021-05-10 15:45:35 +02:00
'sequence': 280,
2021-07-06 14:56:59 +00:00
'version': '2.1.0',
2021-05-10 15:45:35 +02:00
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images_library.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_company_team.xml',
2021-07-06 14:56:59 +00:00
'views/snippets/s_masonry_block.xml',
'views/snippets/s_product_catalog.xml',
'views/snippets/s_banner.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_image_gallery.xml',
'views/snippets/s_call_to_action.xml',
'views/snippets/s_features_grid.xml',
'views/snippets/s_product_list.xml',
'views/snippets/s_parallax.xml',
'views/snippets/s_comparisons.xml',
'views/snippets/s_quotes_carousel.xml',
2021-05-10 15:45:35 +02:00
2021-05-10 15:46:42 +02:00
],
2021-05-10 15:45:35 +02:00
'images': [
2021-07-06 14:56:59 +00:00
'static/description/notes_description.jpg',
2021-05-10 15:45:35 +02:00
'static/description/notes_screenshot.jpg',
],
2021-07-06 14:56:59 +00:00
'images_preview_theme': {
'website.s_carousel_default_image_1': '/theme_notes/static/src/img/content/content_img_22.jpg',
'website.s_masonry_block_default_image_1': '/theme_notes/static/src/img/content/content_img_21.jpg',
'website.s_text_image_default_image': '/theme_notes/static/src/img/content/content_img_15.jpg',
'website.s_product_catalog_default_image': '/theme_notes/static/src/img/content/s_product_catalog_default_image.jpg',
'website.s_media_list_default_image_1': '/theme_notes/static/src/img/content/content_img_25.jpg',
'website.s_media_list_default_image_2': '/theme_notes/static/src/img/content/content_img_26.jpg',
'website.s_media_list_default_image_3': '/theme_notes/static/src/img/content/content_img_27.jpg',
},
2021-05-10 15:45:35 +02:00
'license': 'LGPL-3',
'live_test_url': 'https://theme-notes.odoo.com',
2021-05-10 15:46:42 +02:00
'assets': {
'website.assets_editor': [
'theme_notes/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}