mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c338c17bf7
Make sure the linting test added in community do not fail.
closes odoo/design-themes#669
X-original-commit: f78f8df161
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
37 lines
1.5 KiB
Python
37 lines
1.5 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',
|
|
'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',
|
|
},
|
|
'snippet_lists': {
|
|
'homepage': ['s_cover', 's_text_image', 's_image_text', 's_picture', 's_masonry_block', 's_call_to_action'],
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-vehicle.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_vehicle/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|