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

21 lines
580 B

5 years ago
  1. {
  2. 'name': 'Kea Theme',
  3. 'description': 'Kea Theme',
  4. 'category': 'Theme/Technology',
  5. 'summary': 'Tech, IT, Computers, Stores',
  6. 'sequence': 200,
  7. 'version': '1.0',
  8. 'depends': ['theme_common'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/snippets.xml',
  12. 'views/images_content.xml',
  13. 'views/images_library.xml',
  14. ],
  15. 'images': [
  16. 'static/description/kea_description.png',
  17. 'static/description/kea_screenshot.jpeg',
  18. ],
  19. 'license': 'LGPL-3',
  20. 'live_test_url': 'https://theme-kea.odoo.com/page/demo1',
  21. }