__manifest__.py 510 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. "name": "Microsoft Outlook",
  5. "version": "1.1",
  6. "category": "Hidden",
  7. "description": "Outlook support for incoming / outgoing mail servers",
  8. "depends": [
  9. "mail",
  10. ],
  11. "data": [
  12. "views/fetchmail_server_views.xml",
  13. "views/ir_mail_server_views.xml",
  14. "views/res_config_settings_views.xml",
  15. "views/templates.xml",
  16. ],
  17. "license": "LGPL-3",
  18. }