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.

25 lines
799 B

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