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.

16 lines
558 B

  1. # -*- coding: utf-8 -*-
  2. # © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Mail Log Messages to Process',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Tools',
  8. 'summary': 'Log all messages received, before they start to be processed.',
  9. 'author': "Eficent, "
  10. "Odoo Community Association (OCA)",
  11. 'license': 'AGPL-3',
  12. 'website': 'https://github.com/OCA/server-tools',
  13. 'depends': ['mail'],
  14. 'installable': True,
  15. }