mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
5f2b968199
This commit updates the theme to improve the design with shapes, new
pictures and new custom snippets.
task-2602618
closes odoo/design-themes#497
X-original-commit: a416e49105
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
32 lines
1.1 KiB
Python
32 lines
1.1 KiB
Python
{
|
|
'name': 'Paptic Theme',
|
|
'description': 'Clean and sharp design.',
|
|
'category': 'Theme/Corporate',
|
|
'summary': 'Consultancy, Design, Tech, Computers, IT, Blogs',
|
|
'sequence': 110,
|
|
'version': '2.1.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['website'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/images.xml',
|
|
'views/customizations.xml',
|
|
],
|
|
'images': [
|
|
'static/description/paptic_poster.jpg',
|
|
'static/description/paptic_screenshot.jpg',
|
|
],
|
|
'images_preview_theme': {
|
|
'website.s_three_columns_default_image_1': '/theme_paptic/static/src/img/pictures/s_three_columns_1.jpg',
|
|
'website.s_three_columns_default_image_2': '/theme_paptic/static/src/img/pictures/s_three_columns_2.jpg',
|
|
'website.s_three_columns_default_image_3': '/theme_paptic/static/src/img/pictures/s_three_columns_3.jpg',
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-paptic.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_paptic/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|