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.

20 lines
564 B

  1. # Copyright 2015-2019 Camptocamp SA
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Mail cleanup',
  5. 'version': '12.0.1.0.0',
  6. 'category': 'Tools',
  7. 'summary': 'Mark as read or delete mails after a set time',
  8. 'author': 'Camptocamp, '
  9. 'Odoo Community Association (OCA)',
  10. 'license': 'AGPL-3',
  11. 'website': 'https://github.com/OCA/server-tools',
  12. 'depends': [
  13. 'mail_environment',
  14. ],
  15. 'data': [
  16. 'views/mail_view.xml',
  17. ],
  18. 'installable': True,
  19. 'application': False,
  20. }