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

29 lines
983 B

5 years ago
  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': '1.0',
  8. 'depends': ['theme_common'],
  9. 'data': [
  10. # THEME
  11. 'views/assets.xml',
  12. 'views/images_library.xml',
  13. 'views/images_content.xml',
  14. 'views/layout.xml',
  15. 'views/snippets.xml',
  16. 'views/snippets_options.xml',
  17. 'views/customize_modal.xml',
  18. # SNIPPETS
  19. 'views/snippets/s_panel_extended.xml',
  20. 'views/snippets/s_share_extended.xml',
  21. 'views/snippets/s_well_extended.xml',
  22. ],
  23. 'images': [
  24. 'static/description/treehouse_cover.jpg',
  25. 'static/description/treehouse_screenshot.jpg',
  26. ],
  27. 'license': 'LGPL-3',
  28. 'live_test_url': 'https://theme-treehouse.odoo.com/page/demo_page_01',
  29. }