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.

21 lines
567 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': 'GPL-3',
  7. "category": "Discuss",
  8. 'website': 'https://yelizariev.github.io',
  9. 'description': """
  10. Allows to check outgoing mails, i.e. failed or delayed.
  11. Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
  12. """,
  13. 'depends': ['mail'],
  14. 'data': [
  15. 'security/mail_outgoing.xml',
  16. 'security/ir.model.access.csv',
  17. 'mail_outgoing_views.xml',
  18. ],
  19. 'installable': True
  20. }