__manifest__.py 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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': """Kingfisher Pro Fashion
  6. odoo kingfisher fashion theme
  7. odoo fashion theme
  8. openerp fashion theme
  9. odoo fashion store theme
  10. odoo theme for fashion website
  11. odoo theme for fashion store
  12. fashion theme for odoo
  13. fashion theme for odoo store
  14. fashion store theme for odoo
  15. ecommerce fashion store theme
  16. ecommerce fashion store theme for odoo
  17. odoo responsive fashion theme
  18. responsive odoo fashion theme
  19. responsive fashion odoo theme
  20. responsive fashion theme for odoo
  21. odoo responsive kingfisher fashion theme
  22. odoo fashion theme for ecommerce store
  23. odoo apparel theme
  24. odoo apparel store theme
  25. apparel odoo ecommerce theme
  26. odoo theme for apparel store
  27. odoo lifestyle store theme
  28. odoo theme for lifestyle ecommerce store
  29. odoo fashion store template
  30. fashion theme
  31. fashion
  32. fashion store
  33. odoo fashion store
  34. odoo fashion theme
  35. apparel store
  36. apparel theme
  37. html5 theme
  38. responsive theme
  39. ecommerce store
  40. ecommerce theme
  41. html5 ecommerce store
  42. html5 ecommerce theme
  43. custom theme
  44. mobile custom theme
  45. bootstrap theme
  46. furnishing industry
  47. odoo 9 theme
  48. odoo 10 theme
  49. odoo 11 theme
  50. odoo 12 theme
  51. custom odoo theme
  52. """,
  53. 'category': 'Theme/Ecommerce',
  54. 'version': '12.0.1.0.1',
  55. 'license': 'OPL-1',
  56. 'author': 'AppJetty',
  57. 'website': 'https://www.appjetty.com/',
  58. 'depends': [
  59. 'sale_management',
  60. 'website_theme_install',
  61. 'website_sale',
  62. 'mass_mailing',
  63. 'website_blog',
  64. ],
  65. 'data': [
  66. 'views/assets.xml',
  67. 'security/ir.model.access.csv',
  68. 'views/slider_view.xml',
  69. 'views/product_view.xml',
  70. 'views/snippets.xml',
  71. 'views/website_config_view.xml',
  72. 'views/theme_customize.xml',
  73. 'data/data.xml',
  74. 'views/theme.xml',
  75. ],
  76. 'support': 'support@appjetty.com',
  77. 'application': True,
  78. 'live_test_url': 'http://theme-kingfisher-pro-fashion.appjetty.com',
  79. 'images': [
  80. 'static/description/splash-screen.png',
  81. 'static/description/splash-screen_screenshot.png',
  82. ],
  83. 'price': 109.00,
  84. 'currency': 'EUR',
  85. }