You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
811 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 Therp BV (<http://therp.nl>).
  3. # Copyright 2015 Leonardo Donelli @ MONKSoftware
  4. # Copyright 2013 Marcel van der Boom <marcel@hsdev.com>
  5. # Copyright 2016 - TODAY Serpent Consulting Services Pvt. Ltd.
  6. # (<http://www.serpentcs.com>)
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  8. {
  9. 'name': 'Show images in tree views',
  10. 'version': '12.0.1.0.0',
  11. 'author': "Therp BV, "
  12. "MONK Software, "
  13. "Odoo Community Association (OCA), "
  14. "Serpent Consulting Services Pvt. Ltd.",
  15. 'website': 'https://github.com/OCA/Web',
  16. 'license': 'AGPL-3',
  17. 'category': 'Web',
  18. 'depends': [
  19. 'web',
  20. ],
  21. 'data': [
  22. 'view/assets.xml',
  23. ],
  24. 'installable': True,
  25. }