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

22 lines
665 B

5 years ago
  1. {
  2. 'name': 'Enark Theme',
  3. 'description': 'Enark Theme',
  4. 'category': 'Theme/Corporate',
  5. 'summary': 'Corporate, Business, Finance, Services',
  6. 'sequence': 190,
  7. 'version': '1.0',
  8. 'depends': ['theme_common', 'website_animate'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/image_content.xml',
  12. 'views/snippets_options.xml',
  13. 'views/snippets.xml',
  14. 'views/image_library.xml',
  15. ],
  16. 'images': [
  17. 'static/description/enark_description.jpg',
  18. 'static/description/enark_screenshot.jpg',
  19. ],
  20. 'license': 'LGPL-3',
  21. 'live_test_url': 'https://theme-enark.odoo.com/page/demo_page_home_1',
  22. }