__openerp__.py~ 899 B

1234567891011121314151617181920212223242526272829
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Kingfisher Theme',
  4. 'description': 'Kingfisher Theme',
  5. 'category': 'Theme/Ecommerce',
  6. 'version': '2.0',
  7. 'author': 'Biztech Consultancy',
  8. 'depends': ['website_sale','mass_mailing','website_crm'],
  9. 'data': [
  10. 'views/res_company.xml',
  11. 'views/partner_view.xml',
  12. 'views/product_view.xml',
  13. 'views/product_config_view.xml',
  14. 'views/snippets.xml',
  15. 'data/data.xml',
  16. 'views/theme.xml',
  17. 'views/product_template.xml',
  18. 'security/kingfisher_theme.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. 'live_test_url': 'http://theme-kingfisher.biztechconsultancy.com',
  22. 'images': ['static/description/splash-screen.png'],
  23. 'price': 159.00,
  24. 'currency': 'EUR',
  25. 'application': True,
  26. }
  27. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: