mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
ae0f879b6b
closes odoo/design-themes#482 Related: odoo/odoo#74887 Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>
33 lines
1.2 KiB
Python
33 lines
1.2 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.jpeg',
|
|
],
|
|
'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',
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-vehicle.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_vehicle/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|