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

32 lines
1013 B

  1. {
  2. 'name': 'Enark Theme',
  3. 'description': 'Enark Theme',
  4. 'category': 'Theme/Corporate',
  5. 'summary': 'Corporate, Business, Finance, Services',
  6. 'sequence': 190,
  7. 'version': '2.0.0',
  8. 'author': 'Odoo S.A.',
  9. 'depends': ['theme_common', 'website_animate'],
  10. 'data': [
  11. 'views/assets.xml',
  12. 'views/snippets_options.xml',
  13. 'views/image_library.xml',
  14. 'views/snippets/s_banner.xml',
  15. 'views/snippets/s_text_image.xml',
  16. 'views/snippets/s_picture.xml',
  17. 'views/snippets/s_media_list.xml',
  18. 'views/snippets/s_call_to_action.xml',
  19. 'views/old_snippets/s_big_icons.xml',
  20. 'views/old_snippets/s_big_image.xml',
  21. 'views/old_snippets/s_big_image_parallax.xml',
  22. 'views/old_snippets/s_icon_box.xml',
  23. ],
  24. 'images': [
  25. 'static/description/enark_description.jpg',
  26. 'static/description/enark_screenshot.jpg',
  27. ],
  28. 'license': 'LGPL-3',
  29. 'live_test_url': 'https://theme-enark.odoo.com',
  30. }