__openerp__.py 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # -*- coding: utf-8 -*-
  2. # Part of AppJetty. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Kingfisher Pro Fashion',
  5. 'description': '''Theme Kingfisher Pro Fashion
  6. fashion theme
  7. fashion
  8. fashion store
  9. odoo fashion store
  10. odoo fashion theme
  11. apparel store
  12. apparel theme
  13. html5 theme
  14. responsive theme
  15. ecommerce store
  16. ecommerce theme
  17. html5 ecommerce store
  18. html5 ecommerce theme
  19. custom theme
  20. mobile custom theme
  21. bootstrap theme
  22. furnishing industry
  23. odoo 9 theme
  24. odoo 10 theme
  25. odoo 11 theme
  26. custom odoo theme
  27. ''',
  28. 'category': 'Theme/Ecommerce',
  29. 'version': '8.0.1.0.8',
  30. 'author': 'AppJetty',
  31. 'website': 'https://goo.gl/3OCf0g',
  32. 'depends': [
  33. 'website_sale',
  34. 'mass_mailing',
  35. 'website_less',
  36. 'website_blog',
  37. ],
  38. 'data': [
  39. 'views/assets.xml',
  40. 'security/ir.model.access.csv',
  41. 'views/slider_view.xml',
  42. 'views/product_view.xml',
  43. 'views/snippets.xml',
  44. 'views/website_config_view.xml',
  45. 'views/theme_customize.xml',
  46. 'data/data.xml',
  47. 'views/theme.xml',
  48. ],
  49. 'demo': [
  50. 'data/demo_homepage.xml',
  51. ],
  52. 'support': 'support@appjetty.com',
  53. 'application': True,
  54. 'live_test_url': 'http://theme-kingfisher-pro-fashion.appjetty.com',
  55. 'images': [
  56. 'static/description/splash-screen.png',
  57. 'static/description/splash-screen_screenshot.png',
  58. ],
  59. 'price': 109.00,
  60. 'currency': 'EUR',
  61. }