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.

51 lines
1.9 KiB

  1. # -*- encoding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # ______ Releasing children from poverty _
  5. # / ____/___ ____ ___ ____ ____ ___________(_)___ ____
  6. # / / / __ \/ __ `__ \/ __ \/ __ `/ ___/ ___/ / __ \/ __ \
  7. # / /___/ /_/ / / / / / / /_/ / /_/ (__ |__ ) / /_/ / / / /
  8. # \____/\____/_/ /_/ /_/ .___/\__,_/____/____/_/\____/_/ /_/
  9. # /_/
  10. # in Jesus' name
  11. #
  12. # Copyright (C) 2015-2017 Compassion CH (http://www.compassion.ch)
  13. # @author: Emanuel Cino, Roman Zoller
  14. #
  15. # This program is free software: you can redistribute it and/or modify
  16. # it under the terms of the GNU Affero General Public License as
  17. # published by the Free Software Foundation, either version 3 of the
  18. # License, or (at your option) any later version.
  19. #
  20. # This program is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. # GNU Affero General Public License for more details.
  24. #
  25. # You should have received a copy of the GNU Affero General Public License
  26. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  27. #
  28. ##############################################################################
  29. {
  30. 'name': 'SendGrid',
  31. 'version': '9.0.1.0.0',
  32. 'category': 'Social Network',
  33. 'author': 'Compassion CH',
  34. 'website': 'http://www.compassion.ch',
  35. 'depends': ['mail_tracking'],
  36. 'data': [
  37. 'security/ir.model.access.csv',
  38. 'views/sendgrid_email_view.xml',
  39. 'views/sendgrid_template_view.xml',
  40. 'views/mail_compose_message_view.xml',
  41. 'views/email_template_view.xml',
  42. ],
  43. 'demo': [],
  44. 'installable': True,
  45. 'auto_install': False,
  46. 'external_dependencies': {
  47. 'python': ['sendgrid'],
  48. },
  49. }