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.

47 lines
1.3 KiB

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