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
517 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015-2016 Matthieu Dietrich (Camptocamp SA)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Mail cleanup',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Tools',
  8. 'summary': 'Mark as read or delete mails after a set time',
  9. 'author': "Camptocamp,Odoo Community Association (OCA)",
  10. 'license': 'AGPL-3',
  11. 'website': 'https://odoo-community.org',
  12. 'depends': ['mail_environment'],
  13. 'data': ['views/mail_view.xml'],
  14. 'installable': True,
  15. }