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.

52 lines
1.4 KiB

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