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

24 lines
747 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. 'name': 'Avantgarde Theme',
  3. 'description': 'Avantgarde is a sophisticated theme to inspire and impress',
  4. 'category': 'Theme/Creative',
  5. 'summary': 'Arts, Galleries, Trends, Shows, Magazines, Blogs',
  6. 'sequence': 150,
  7. 'version': '2.0.0',
  8. 'author': 'Odoo S.A.',
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images_library.xml',
  12. 'views/customizations.xml',
  13. 'views/old_snippets/s_css_slider.xml',
  14. 'views/old_snippets/s_showcase_slider.xml',
  15. ],
  16. 'images': [
  17. 'static/description/poster.jpg',
  18. 'static/description/avantgarde_screenshot.jpg',
  19. ],
  20. 'depends': ['theme_common'],
  21. 'license': 'LGPL-3',
  22. 'live_test_url': 'https://theme-avantgarde.odoo.com',
  23. }