- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
687 B

{
'name': 'Artists Theme',
'description': 'Artists Theme - Art Galleries, Photography, Painting',
'category': 'Theme/Creative',
'summary': 'Arts, Galleries, Creative, Paintings, Photography, Shows, Stores',
'sequence': 310,
'version': '1.0',
'depends': ['theme_monglia', 'website_animate'],
'data': [
'views/assets.xml',
'views/images.xml',
'views/snippets.xml',
'views/snippets/s_banner_parallax.xml',
],
'images': [
'static/description/artists_description.png',
'static/description/artists_screenshot.jpeg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-artists.odoo.com',
}