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.

32 lines
850 B

  1. # coding: utf-8
  2. # License AGPL-3 or later (http://www.gnu.org/licenses/lgpl).
  3. # Copyright 2014 Anybox <http://anybox.fr>
  4. # Copyright 2016 Vauxoo (https://www.vauxoo.com) <info@vauxoo.com>
  5. {
  6. 'name': 'profiler',
  7. 'version': '8.0.1.0.0',
  8. 'category': 'Tools',
  9. 'license': 'AGPL-3',
  10. 'author': 'Anybox, Vauxoo, Odoo Community Association (OCA)',
  11. 'website': 'https://odoo-community.org',
  12. 'depends': ['website'],
  13. 'data': [
  14. 'data/profiler_excluding.xml',
  15. 'security/group.xml',
  16. 'views/profiler.xml',
  17. 'views/assets.xml',
  18. ],
  19. 'external_dependencies': {
  20. 'python': [
  21. 'pstats_print2list',
  22. ],
  23. },
  24. 'qweb': [
  25. 'static/src/xml/player.xml',
  26. ],
  27. 'installable': True,
  28. 'application': False,
  29. 'auto_install': False,
  30. 'post_load': 'post_load',
  31. }