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.

26 lines
791 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. ],
  17. 'data': [
  18. 'views/fetchmail_view.xml',
  19. 'data/email_template_data.xml',
  20. ],
  21. 'qweb': [
  22. ],
  23. 'installable': True,
  24. 'application': False,
  25. }