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

36 lines
1.2 KiB

  1. {
  2. 'name': 'Treehouse Theme',
  3. 'description': 'Treehouse Theme - Responsive Bootstrap Theme for Odoo CMS',
  4. 'category': 'Theme/Environment',
  5. 'summary': 'Environment, Nature, Ecology, Sustainable Development, Non Profit, NGO, Travels',
  6. 'sequence': 140,
  7. 'version': '2.0.0',
  8. 'author': 'Odoo S.A.',
  9. 'depends': ['theme_common'],
  10. 'data': [
  11. 'views/assets.xml',
  12. 'views/images_library.xml',
  13. 'views/snippets/s_call_to_action.xml',
  14. 'views/snippets/s_carousel.xml',
  15. 'views/snippets/s_color_blocks_2.xml',
  16. 'views/snippets/s_cover.xml',
  17. 'views/snippets/s_features.xml',
  18. 'views/snippets/s_image_text.xml',
  19. 'views/snippets/s_quotes_carousel.xml',
  20. 'views/snippets/s_share.xml',
  21. 'views/snippets/s_text_block.xml',
  22. 'views/snippets/s_text_image.xml',
  23. 'views/snippets/s_three_columns.xml',
  24. 'views/snippets/s_title.xml',
  25. 'views/old_snippets/s_images_carousel.xml',
  26. 'views/old_snippets/s_images_row.xml',
  27. ],
  28. 'images': [
  29. 'static/description/treehouse_cover.jpg',
  30. 'static/description/treehouse_screenshot.jpg',
  31. ],
  32. 'license': 'LGPL-3',
  33. 'live_test_url': 'https://theme-treehouse.odoo.com',
  34. }