__openerp__.py 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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': '9.0.1.0.2',
  8. 'author': 'BiztechCS',
  9. 'website': 'https://www.biztechconsultancy.com',
  10. 'depends': [
  11. 'website_sale',
  12. # 'website_sale_options',
  13. 'mass_mailing',
  14. 'website_blog',
  15. ],
  16. 'data': [
  17. 'views/assets.xml',
  18. 'security/ir.model.access.csv',
  19. 'views/slider_view.xml',
  20. 'views/product_view.xml',
  21. 'views/snippets.xml',
  22. 'views/website_config_view.xml',
  23. 'views/theme_customize.xml',
  24. 'data/data.xml',
  25. 'views/theme.xml',
  26. ],
  27. 'demo': [
  28. 'data/demo_homepage.xml',
  29. ],
  30. 'application': True,
  31. 'live_test_url': 'http://theme-kingfisher-pro-fashion.biztechconsultancy.com',
  32. 'images': ['static/description/splash-screen.png'],
  33. 'price': 109.00,
  34. 'currency': 'EUR',
  35. }