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.

22 lines
609 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Outgoing mails menu',
  4. 'version': '1.0.0',
  5. 'author': 'IT-Projects LLC, Ivan Yelizariev',
  6. 'license': 'LGPL-3',
  7. "category": "Discuss",
  8. "support": "apps@it-projects.info",
  9. 'website': 'https://yelizariev.github.io',
  10. 'description': """
  11. Allows to check outgoing mails, i.e. failed or delayed.
  12. Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
  13. """,
  14. 'depends': ['mail'],
  15. 'data': [
  16. 'security/mail_outgoing.xml',
  17. 'security/ir.model.access.csv',
  18. 'mail_outgoing_views.xml',
  19. ],
  20. 'installable': False
  21. }