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

23 lines
699 B

5 years ago
5 years ago
5 years ago
  1. {
  2. 'name': 'Graphene Theme',
  3. 'description': 'Light colours, thin text, clean and sharp design.',
  4. 'category': 'Theme/Corporate',
  5. 'summary': 'Design, Tech, Computers, IT, Blogs',
  6. 'sequence': 110,
  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_showcase_slider.xml',
  14. ],
  15. 'images': [
  16. 'static/description/graphene_poster.jpg',
  17. 'static/description/graphene_screenshot.jpg',
  18. ],
  19. 'depends': ['theme_common', 'website_animate'],
  20. 'license': 'LGPL-3',
  21. 'live_test_url': 'https://theme-graphene.odoo.com'
  22. }