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

5 years ago
  1. {
  2. 'name': 'Anelusia Theme',
  3. 'description': 'Anelusia Fashion Theme',
  4. 'category': 'Theme/Retail',
  5. 'summary': 'Fashions, Trends, Clothes, Shoes, Sports, Fitness, Stores',
  6. 'sequence': 180,
  7. 'version': '1.0',
  8. 'depends': ['theme_common'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/customize_modal.xml',
  12. 'views/snippets.xml',
  13. 'views/images_content.xml',
  14. 'views/images_library.xml',
  15. 'views/snippet_options.xml',
  16. ],
  17. 'images': [
  18. 'static/description/anelusia_description.png',
  19. 'static/description/anelusia_screenshot.jpg',
  20. ],
  21. 'license': 'LGPL-3',
  22. 'live_test_url': 'https://theme-anelusia.odoo.com/page/demo1',
  23. }