Files
design-themes/theme_paptic/__manifest__.py
T
Brieuc-brd 5f2b968199 [IMP] theme_paptic: update the theme
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>
2021-09-16 18:15:01 +00:00

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',
],
}
}