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.

34 lines
1.2 KiB

  1. # Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
  2. # License MIT (https://opensource.org/licenses/MIT).
  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@itpp.dev",
  13. "website": "https://itpp.dev",
  14. "license": "Other OSI approved licence", # MIT
  15. "price": 389.00,
  16. "currency": "EUR",
  17. "depends": ["mail"],
  18. "external_dependencies": {"python": [], "bin": []},
  19. "data": ["data/ir_cron_data.xml"],
  20. "demo": [],
  21. "qweb": [],
  22. "post_load": None,
  23. "pre_init_hook": None,
  24. "post_init_hook": None,
  25. "uninstall_hook": None,
  26. "auto_install": False,
  27. "installable": True,
  28. "demo_title": "Mailgun",
  29. "demo_addons": [],
  30. "demo_addons_hidden": [],
  31. "demo_url": "mailgun",
  32. "demo_summary": "Easy to send outgoing and fetch incoming messages by using Mailgun",
  33. "demo_images": ["images/mailgun_main.png"],
  34. }