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

19 lines
566 B

5 years ago
  1. {
  2. 'name': 'Orchid Theme',
  3. 'description': 'Orchid Theme - Flowers, Beauty',
  4. 'category': 'Theme/Retail',
  5. 'summary': 'Gardens, Flowers, Nature, Green, Beauty, Stores',
  6. 'sequence': 230,
  7. 'version': '1.0',
  8. 'depends': ['theme_loftspace', 'website_animate'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images.xml',
  12. ],
  13. 'images': [
  14. 'static/description/orchid_description.png',
  15. 'static/description/orchid_screenshot.jpeg',
  16. ],
  17. 'license': 'LGPL-3',
  18. 'live_test_url': 'https://theme-orchid.odoo.com',
  19. }