__openerp__.py 887 B

12345678910111213141516171819202122232425262728
  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': '4.0',
  8. 'author': 'BiztechCS',
  9. 'depends': ['website_sale', 'mass_mailing', 'website_crm'],
  10. 'data': [
  11. 'views/res_company.xml',
  12. 'views/partner_view.xml',
  13. 'views/product_view.xml',
  14. 'views/product_config_view.xml',
  15. 'views/snippets.xml',
  16. 'data/data.xml',
  17. 'views/theme.xml',
  18. 'views/product_template.xml',
  19. 'security/kingfisher_theme.xml',
  20. 'security/ir.model.access.csv',
  21. ],
  22. 'live_test_url': 'http://theme-kingfisher.biztechconsultancy.com',
  23. 'images': ['static/description/splash-screen.png'],
  24. 'price': 99.00,
  25. 'currency': 'EUR',
  26. 'application': True,
  27. }