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

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