__manifest__.py 1013 B

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- coding: utf-8 -*-
  2. # Part of BiztechCS. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Kingfisher Pro Fashion',
  5. 'description': 'Kingfisher Pro Fashion',
  6. 'category': 'Theme/Ecommerce',
  7. 'version': '10.0.1.0.1',
  8. 'author': 'BiztechCS',
  9. 'website': 'https://www.biztechconsultancy.com',
  10. 'depends': [
  11. 'website_sale',
  12. 'mass_mailing',
  13. 'website_blog',
  14. ],
  15. 'data': [
  16. 'views/assets.xml',
  17. 'security/ir.model.access.csv',
  18. 'views/slider_view.xml',
  19. 'views/product_view.xml',
  20. 'views/snippets.xml',
  21. 'views/website_config_view.xml',
  22. 'views/theme_customize.xml',
  23. 'data/data.xml',
  24. 'views/theme.xml',
  25. ],
  26. 'demo': [
  27. # 'data/demo_homepage.xml',
  28. ],
  29. 'application': True,
  30. 'live_test_url': 'http://theme-kingfisher-pro-fashion.biztechconsultancy.com',
  31. 'images': ['static/description/splash-screen.png'],
  32. 'price': 109.00,
  33. 'currency': 'EUR',
  34. }