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.

54 lines
1.5 KiB

8 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 x620 <https://github.com/x620>
  3. # Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  4. # Copyright 2016 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
  5. # Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
  6. # License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
  7. {
  8. "name": """Internal Messaging""",
  9. "summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
  10. "category": "Discuss",
  11. # "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=8.0",
  12. "images": [],
  13. "version": "8.0.1.1.1",
  14. "application": False,
  15. "author": "IT-Projects LLC, Pavel Romanchenko",
  16. "support": "apps@it-projects.info",
  17. "website": "https://it-projects.info/",
  18. "license": "LGPL-3",
  19. "price": 50.00,
  20. "currency": "EUR",
  21. "depends": [
  22. "mail"
  23. ],
  24. "external_dependencies": {"python": [], "bin": []},
  25. "data": [
  26. 'template.xml',
  27. ],
  28. "demo": [
  29. ],
  30. "qweb": [
  31. 'static/src/xml/mail_private.xml',
  32. ],
  33. "post_load": None,
  34. "pre_init_hook": None,
  35. "post_init_hook": None,
  36. "uninstall_hook": None,
  37. "auto_install": False,
  38. "installable": True,
  39. # "demo_title": "{MODULE_NAME}",
  40. # "demo_addons": [
  41. # ],
  42. # "demo_addons_hidden": [
  43. # ],
  44. # "demo_url": "DEMO-URL",
  45. # "demo_summary": "{SHORT_DESCRIPTION_OF_THE_MODULE}",
  46. # "demo_images": [
  47. # "images/MAIN_IMAGE",
  48. # ]
  49. }