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

  1. # Copyright 2015 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  2. # Copyright 2017 Eficent <http://www.eficent.com>
  3. # Copyright 2018 Hai Dinh <haidd.uit@gmail.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Fetchmail Notify Error to Sender',
  7. 'summary': 'If fetching mails gives error, send an email to sender',
  8. 'version': '12.0.1.0.0',
  9. 'category': 'Tools',
  10. 'author':
  11. "Agile Business Group,Eficent,Odoo Community Association (OCA)",
  12. 'website': 'https://github.com/OCA/server-tools',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'fetchmail',
  16. 'test_mail',
  17. ],
  18. 'data': [
  19. 'views/fetchmail_view.xml',
  20. 'data/email_template_data.xml',
  21. ],
  22. 'qweb': [
  23. ],
  24. 'installable': True,
  25. 'application': False,
  26. }