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
662 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016-2017 Versada <https://versada.eu/>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Sentry',
  6. 'summary': 'Report Odoo errors to Sentry',
  7. 'version': '11.0.1.1.0',
  8. 'category': 'Extra Tools',
  9. 'website': 'https://odoo-community.org/',
  10. 'author': 'Mohammed Barsi,'
  11. 'Versada,'
  12. 'Nicolas JEUDY,'
  13. 'Odoo Community Association (OCA)',
  14. 'license': 'AGPL-3',
  15. 'application': False,
  16. 'installable': True,
  17. 'external_dependencies': {
  18. 'python': [
  19. 'raven',
  20. ]
  21. },
  22. 'depends': [
  23. 'base',
  24. ],
  25. }