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

30 lines
936 B

  1. {
  2. 'name': 'Yes Theme',
  3. 'description': 'Yes Theme - Wedding',
  4. 'category': 'Theme/Personal',
  5. 'summary': 'Weddings, Love, Photography, Services',
  6. 'sequence': 330,
  7. 'version': '2.0.0',
  8. 'author': 'Odoo S.A.',
  9. 'depends': ['theme_common', 'website_animate'],
  10. 'data': [
  11. 'views/assets.xml',
  12. 'views/images.xml',
  13. 'views/snippets/s_carousel.xml',
  14. 'views/snippets/s_picture.xml',
  15. 'views/snippets/s_masonry_block.xml',
  16. 'views/snippets/s_three_columns.xml',
  17. 'views/snippets/s_quotes_carousel.xml',
  18. 'views/snippets/s_call_to_action.xml',
  19. 'views/old_snippets/s_banner_parallax.xml',
  20. 'views/old_snippets/s_products_carousel.xml',
  21. ],
  22. 'images': [
  23. 'static/description/yes_description.png',
  24. 'static/description/yes_screenshot.jpg',
  25. ],
  26. 'license': 'LGPL-3',
  27. 'live_test_url': 'https://theme-yes.odoo.com',
  28. }