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

  1. # -*- coding: utf-8 -*-
  2. # Copyright - 2013-2018 Therp BV <https://therp.nl>.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Email gateway - folders',
  6. 'summary': 'Attach mails in an IMAP folder to existing objects',
  7. 'version': '10.0.1.1.0',
  8. 'author': 'Therp BV,Odoo Community Association (OCA)',
  9. 'website': 'http://www.therp.nl',
  10. 'license': 'AGPL-3',
  11. 'category': 'Tools',
  12. 'depends': ['fetchmail'],
  13. 'data': [
  14. 'views/fetchmail_server.xml',
  15. 'wizard/attach_mail_manually.xml',
  16. 'security/ir.model.access.csv',
  17. ],
  18. 'installable': True,
  19. 'auto_install': False,
  20. }