Files
design-themes/theme_avantgarde/__manifest__.py
T

28 lines
818 B
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Avantgarde Theme',
'description': 'Avantgarde is a sophisticated theme to inspire and impress',
'category': 'Theme/Creative',
2021-05-10 15:46:48 +02:00
'summary': 'Design, Fine Art, Artwork, Creative, Creativity, Galleries, Trends, Shows, Magazines, Blogs',
2021-05-10 15:45:35 +02:00
'sequence': 150,
'version': '2.0.0',
'author': 'Odoo S.A.',
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images_library.xml',
'views/customizations.xml',
2021-05-10 15:46:42 +02:00
],
2021-05-10 15:45:35 +02:00
'images': [
'static/description/poster.jpg',
'static/description/avantgarde_screenshot.jpg',
],
'depends': ['theme_common'],
'license': 'LGPL-3',
'live_test_url': 'https://theme-avantgarde.odoo.com',
2021-05-10 15:46:42 +02:00
'assets': {
'website.assets_editor': [
'theme_avantgarde/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}