__openerp__.py 982 B

123456789101112131415161718192021222324252627282930
  1. # -*- coding: utf-8 -*-
  2. # Part of BiztechCS. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Kingfisher Theme',
  5. 'description': 'Kingfisher Theme',
  6. 'category': 'Theme/Ecommerce',
  7. 'version': '5.1',
  8. 'author': 'BiztechCS',
  9. 'website': 'www.biztechconsultancy.com',
  10. # 'license': 'Odoo Proprietary License v1.0',
  11. 'depends': ['website_sale', 'mass_mailing', 'website_crm'],
  12. 'data': [
  13. 'views/res_company.xml',
  14. 'views/partner_view.xml',
  15. 'views/product_view.xml',
  16. 'views/product_config_view.xml',
  17. 'views/snippets.xml',
  18. 'data/data.xml',
  19. 'views/theme.xml',
  20. 'views/product_template.xml',
  21. 'security/kingfisher_theme.xml',
  22. 'security/ir.model.access.csv',
  23. ],
  24. 'live_test_url': 'http://theme-kingfisher.biztechconsultancy.com',
  25. 'images': ['static/description/splash-screen.png'],
  26. 'price': 99.00,
  27. 'currency': 'EUR',
  28. 'application': True,
  29. }