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.

48 lines
1.3 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. "name": """Mailgun""",
  6. "summary": """Setup the outgoing and incoming mail flow easily by using Mailgun""",
  7. "category": "Discuss",
  8. "live_test_url": "http://apps.it-projects.info/shop/product/mailgun?version=11.0",
  9. "images": ["images/mailgun_main.png"],
  10. "version": "11.0.1.1.0",
  11. "application": False,
  12. "author": "IT-Projects LLC, Ildar Nasyrov",
  13. "support": "apps@it-projects.info",
  14. "website": "https://it-projects.info/team/iledarn",
  15. "license": "LGPL-3",
  16. "price": 389.00,
  17. "currency": "EUR",
  18. "depends": [
  19. "mail",
  20. ],
  21. "external_dependencies": {"python": [], "bin": []},
  22. "data": [
  23. 'data/ir_cron_data.xml',
  24. ],
  25. "demo": [
  26. ],
  27. "qweb": [
  28. ],
  29. "post_load": None,
  30. "pre_init_hook": None,
  31. "post_init_hook": None,
  32. "uninstall_hook": None,
  33. "auto_install": False,
  34. "installable": True,
  35. "demo_title": "Mailgun",
  36. "demo_addons": [],
  37. "demo_addons_hidden": [],
  38. "demo_url": "mailgun",
  39. "demo_summary": "Easy to send outgoing and fetch incoming messages by using Mailgun",
  40. "demo_images": [
  41. "images/mailgun_main.png",
  42. ]
  43. }