- 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
717 B

5 years ago
  1. {
  2. 'name': 'Be Wise Theme',
  3. 'description': 'Be Wise Theme',
  4. 'category': 'Theme/Education',
  5. 'summary': 'Education, Schools, Young, Play, Kids, Sports',
  6. 'sequence': 240,
  7. 'version': '1.0',
  8. 'depends': ['theme_common', 'website_animate'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/image_content.xml',
  12. 'views/customize_modal.xml',
  13. 'views/snippets_options.xml',
  14. 'views/snippets.xml',
  15. 'views/image_library.xml',
  16. ],
  17. 'images': [
  18. 'static/description/bewise_description.jpg',
  19. 'static/description/bewise_screenshot.jpeg',
  20. ],
  21. 'license': 'LGPL-3',
  22. 'live_test_url': 'https://theme-bewise.odoo.com/page/demo_page_demo_1',
  23. }