Files
design-themes/theme_artists/__manifest__.py
T

32 lines
928 B
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Artists Theme',
'description': 'Artists Theme - Art Galleries, Photography, Painting',
'category': 'Theme/Creative',
2021-05-10 15:46:48 +02:00
'summary': 'Artist, Arts, Galleries, Creative, Paintings, Photography, Shows, Stores',
2021-05-10 15:45:35 +02:00
'sequence': 310,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
2021-05-10 15:45:35 +02:00
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images.xml',
'views/snippets/s_parallax.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_call_to_action.xml',
2021-05-10 15:46:42 +02:00
],
2021-05-10 15:45:35 +02:00
'images': [
'static/description/artists_description.png',
'static/description/artists_screenshot.jpg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-artists.odoo.com',
2021-05-10 15:46:42 +02:00
'assets': {
'website.assets_editor': [
'theme_artists/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}