- 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.

28 lines
921 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. 'name': 'Artists Theme',
  3. 'description': 'Artists Theme - Art Galleries, Photography, Painting',
  4. 'category': 'Theme/Creative',
  5. 'summary': 'Arts, Galleries, Creative, Paintings, Photography, Shows, Stores',
  6. 'sequence': 310,
  7. 'version': '2.0.0',
  8. 'author': 'Odoo S.A.',
  9. 'depends': ['theme_common', 'website_animate'],
  10. 'data': [
  11. 'views/assets.xml',
  12. 'views/images.xml',
  13. 'views/snippets/s_parallax.xml',
  14. 'views/snippets/s_text_image.xml',
  15. 'views/snippets/s_three_columns.xml',
  16. 'views/snippets/s_call_to_action.xml',
  17. 'views/old_snippets/s_banner_parallax.xml',
  18. 'views/old_snippets/s_products_carousel.xml',
  19. ],
  20. 'images': [
  21. 'static/description/artists_description.png',
  22. 'static/description/artists_screenshot.jpg',
  23. ],
  24. 'license': 'LGPL-3',
  25. 'live_test_url': 'https://theme-artists.odoo.com',
  26. }