12345678910111213141516171819202122232425262728 |
- # -*- coding: utf-8 -*-
- # Part of BiztechCS. See LICENSE file for full copyright and licensing details.
- {
- 'name': 'Kingfisher Theme',
- 'description': 'Kingfisher Theme',
- 'category': 'Theme/Ecommerce',
- 'version': '4.0',
- 'author': 'BiztechCS',
- 'depends': ['website_sale', 'mass_mailing', 'website_crm'],
- 'data': [
- 'views/res_company.xml',
- 'views/partner_view.xml',
- 'views/product_view.xml',
- 'views/product_config_view.xml',
- 'views/snippets.xml',
- 'data/data.xml',
- 'views/theme.xml',
- 'views/product_template.xml',
- 'security/kingfisher_theme.xml',
- 'security/ir.model.access.csv',
- ],
- 'live_test_url': 'http://theme-kingfisher.biztechconsultancy.com',
- 'images': ['static/description/splash-screen.png'],
- 'price': 99.00,
- 'currency': 'EUR',
- 'application': True,
- }
|