mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
cc5fa4de16
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2619127
X-original-commit: 40e8281717
Part-of: odoo/design-themes#501
45 lines
1.8 KiB
Python
45 lines
1.8 KiB
Python
{
|
|
'name': 'Orchid Theme',
|
|
'description': 'Orchid Theme - Flowers, Beauty',
|
|
'category': 'Theme/Retail',
|
|
'summary': 'Florist, Gardens, Flowers, Nature, Green, Beauty, Stores',
|
|
'sequence': 230,
|
|
'version': '2.0.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/images.xml',
|
|
|
|
'views/snippets/s_cover.xml',
|
|
'views/snippets/s_text_image.xml',
|
|
'views/snippets/s_image_text.xml',
|
|
'views/snippets/s_three_columns.xml',
|
|
'views/snippets/s_quotes_carousel.xml',
|
|
'views/snippets/s_call_to_action.xml',
|
|
'views/snippets/s_banner.xml',
|
|
'views/snippets/s_numbers.xml',
|
|
'views/snippets/s_media_list.xml',
|
|
'views/snippets/s_product_catalog.xml',
|
|
],
|
|
'images': [
|
|
'static/description/orchid_description.jpg',
|
|
'static/description/orchid_screenshot.jpg',
|
|
],
|
|
'images_preview_theme': {
|
|
'website.s_cover_default_image': '/theme_orchid/static/src/img/snippets/s_parallax.jpg',
|
|
'website.s_image_text_default_image': '/theme_orchid/static/src/img/snippets/s_carousel_2.jpg',
|
|
'website.s_text_image_default_image': '/theme_orchid/static/src/img/snippets/s_media_list_3.jpg',
|
|
'website.s_three_columns_default_image_1': '/theme_orchid/static/src/img/snippets/library_image_11.jpg',
|
|
'website.s_three_columns_default_image_2': '/theme_orchid/static/src/img/snippets/library_image_13.jpg',
|
|
'website.s_three_columns_default_image_3': '/theme_orchid/static/src/img/snippets/library_image_07.jpg',
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-orchid.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_orchid/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|