Files
design-themes/theme_paptic/__manifest__.py
T

41 lines
1.5 KiB
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Paptic Theme',
'description': 'Clean and sharp design.',
'category': 'Theme/Corporate',
2021-05-10 15:46:48 +02:00
'summary': 'Consultancy, Design, Tech, Computers, IT, Blogs',
2021-05-10 15:45:35 +02:00
'sequence': 110,
2021-09-02 16:34:05 +00:00
'version': '2.1.0',
2021-05-10 15:45:35 +02:00
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images.xml',
'views/customizations.xml',
'views/new_page_template.xml',
2021-05-10 15:45:35 +02:00
],
'images': [
'static/description/paptic_poster.jpg',
'static/description/paptic_screenshot.jpg',
],
2021-09-02 16:34:05 +00:00
'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',
},
'configurator_snippets': {
'homepage': ['s_cover', 's_image_text', 's_references', 's_three_columns', 's_comparisons', 's_call_to_action'],
},
'new_page_templates': {
'about': {
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
},
2021-05-10 15:45:35 +02:00
'license': 'LGPL-3',
2021-05-10 15:46:42 +02:00
'live_test_url': 'https://theme-paptic.odoo.com',
'assets': {
'website.assets_editor': [
'theme_paptic/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}