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

10 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2012-2016 Camptocamp SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  4. {
  5. 'name': 'Mail configuration with server_environment',
  6. 'version': '10.0.1.0.0',
  7. 'category': 'Tools',
  8. 'summary': 'Configure mail servers with server_environment_files',
  9. 'author': "Camptocamp,Odoo Community Association (OCA)",
  10. 'license': 'AGPL-3',
  11. 'website': 'http://odoo-community.org',
  12. 'preloadable': False,
  13. 'depends': ['fetchmail',
  14. 'server_environment',
  15. ],
  16. 'data': ['views/fetchmail_server_views.xml',
  17. ],
  18. 'installable': True,
  19. }