1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- # -*- coding: utf-8 -*-
- # Part of AppJetty. See LICENSE file for full copyright and licensing details.
- {
- 'name': 'Kingfisher Pro Fashion',
- 'description': """Kingfisher Pro Fashion
- odoo kingfisher fashion theme
- odoo fashion theme
- openerp fashion theme
- odoo fashion store theme
- odoo theme for fashion website
- odoo theme for fashion store
- fashion theme for odoo
- fashion theme for odoo store
- fashion store theme for odoo
- ecommerce fashion store theme
- ecommerce fashion store theme for odoo
- odoo responsive fashion theme
- responsive odoo fashion theme
- responsive fashion odoo theme
- responsive fashion theme for odoo
- odoo responsive kingfisher fashion theme
- odoo fashion theme for ecommerce store
- odoo apparel theme
- odoo apparel store theme
- apparel odoo ecommerce theme
- odoo theme for apparel store
- odoo lifestyle store theme
- odoo theme for lifestyle ecommerce store
- odoo fashion store template
- fashion theme
- fashion
- fashion store
- odoo fashion store
- odoo fashion theme
- apparel store
- apparel theme
- html5 theme
- responsive theme
- ecommerce store
- ecommerce theme
- html5 ecommerce store
- html5 ecommerce theme
- custom theme
- mobile custom theme
- bootstrap theme
- furnishing industry
- odoo 9 theme
- odoo 10 theme
- odoo 11 theme
- odoo 12 theme
- custom odoo theme
- """,
- 'category': 'Theme/Ecommerce',
- 'version': '12.0.1.0.1',
- 'license': 'OPL-1',
- 'author': 'AppJetty',
- 'website': 'https://www.appjetty.com/',
- 'depends': [
- 'sale_management',
- 'website_theme_install',
- 'website_sale',
- 'mass_mailing',
- 'website_blog',
- ],
- 'data': [
- 'views/assets.xml',
- 'security/ir.model.access.csv',
- 'views/slider_view.xml',
- 'views/product_view.xml',
- 'views/snippets.xml',
- 'views/website_config_view.xml',
- 'views/theme_customize.xml',
- 'data/data.xml',
- 'views/theme.xml',
- ],
- 'support': 'support@appjetty.com',
- 'application': True,
- 'live_test_url': 'http://theme-kingfisher-pro-fashion.appjetty.com',
- 'images': [
- 'static/description/splash-screen.png',
- 'static/description/splash-screen_screenshot.png',
- ],
- 'price': 109.00,
- 'currency': 'EUR',
- }
|