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.

27 lines
775 B

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