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

22 lines
659 B

5 years ago
  1. {
  2. 'name': 'Clean Theme',
  3. 'description': 'Clean Theme',
  4. 'category': 'Theme/Services',
  5. 'summary': 'Corporate, Business, Tech, Services',
  6. 'sequence': 120,
  7. 'version': '1.1',
  8. 'depends': ['theme_common', 'website_animate'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/image_content.xml',
  12. 'views/image_library.xml',
  13. 'views/snippets_options.xml',
  14. 'views/snippets.xml',
  15. ],
  16. 'images': [
  17. 'static/description/Clean_description.jpg',
  18. 'static/description/clean_screenshot.jpg',
  19. ],
  20. 'license': 'LGPL-3',
  21. 'live_test_url': 'https://theme-clean.odoo.com/page/demo_page_home',
  22. }