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

19 lines
601 B

5 years ago
  1. {
  2. 'name': 'Zap Theme',
  3. 'description': 'Zap Theme - Corporate, Business, Marketing, Copywriting',
  4. 'category': 'Theme/Corporate',
  5. 'summary': 'Marketing, Copywriting, Media, Events, Non Profit, NGO, Corporate, Business, Services',
  6. 'sequence': 160,
  7. 'version': '1.0',
  8. 'depends': ['theme_treehouse'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images_content.xml',
  12. ],
  13. 'images': [
  14. 'static/description/zap_cover.gif',
  15. 'static/description/zap_screenshot.jpg',
  16. ],
  17. 'license': 'LGPL-3',
  18. 'live_test_url': 'https://theme-zap.odoo.com'
  19. }