Files
design-themes/theme_vehicle/__manifest__.py
T
xlu-odoo c4f1a7265a [IMP] theme_vehicle: update the theme
This commit updates the theme to improve the design with shapes, new
pictures and new custom snippets.

task-2567592

Part-of: odoo/design-themes#29
2021-09-06 12:03:01 +00:00

35 lines
1.4 KiB
Python

{
'name': 'Vehicle Theme',
'description': 'Vehicle Theme - Cars, Motorbikes, Bikes, Tires',
'category': 'Theme/Services',
'summary': 'Vehicle, Cars, Motorbikes, Bikes, Tires, Transports, Repair, Mechanics, Garages, Sports, Services',
'sequence': 300,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
'data/ir_asset.xml',
'views/images.xml',
'views/customizations.xml',
],
'images': [
'static/description/vehicle_description.png',
'static/description/vehicle_screenshot.png',
],
'images_preview_theme': {
'website.s_cover_default_image': '/theme_vehicle/static/src/img/snippets/s_cover.jpg',
'website.s_text_image_default_image': '/theme_vehicle/static/src/img/snippets/s_text_image.jpg',
'website.s_masonry_block_default_image_1': '/theme_vehicle/static/src/img/snippets/s_masonry_block.jpg',
'website.s_image_text_default_image': '/theme_vehicle/static/src/img/snippets/s_image_text.jpg',
'website.s_parallax_default_image': '/theme_vehicle/static/src/img/snippets/s_parallax.jpg',
'website.s_picture_default_image': '/theme_vehicle/static/src/img/snippets/s_picture.jpg',
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-vehicle.odoo.com',
'assets': {
'website.assets_editor': [
'theme_vehicle/static/src/js/tour.js',
],
}
}