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.

45 lines
1.4 KiB

8 years ago
  1. # Copyright 2016 x620 <https://github.com/x620>
  2. # Copyright 2016 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
  3. # Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  4. # Copyright 2017 Artyom Losev <https://github.com/ArtyomLosev>
  5. # Copyright 2018 Ruslan Ronzhin <https://it-projects.info/team/rusllan/>
  6. # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
  7. # Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
  8. # License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
  9. {
  10. "name": """Internal Messaging""",
  11. "summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
  12. "category": "Discuss",
  13. "images": ['images/mail_private_image.png'],
  14. "version": "11.0.1.2.0",
  15. "application": False,
  16. "author": "IT-Projects LLC, Pavel Romanchenko",
  17. "support": "apps@it-projects.info",
  18. "website": "https://it-projects.info",
  19. "license": "GPL-3",
  20. "price": 50.00,
  21. "currency": "EUR",
  22. "depends": [
  23. "mail",
  24. "base",
  25. "mail_base"
  26. ],
  27. "external_dependencies": {"python": [], "bin": []},
  28. "data": [
  29. 'template.xml',
  30. 'full_composer_wizard.xml',
  31. ],
  32. "qweb": [
  33. 'static/src/xml/mail_private.xml',
  34. ],
  35. "demo": [],
  36. "post_load": None,
  37. "pre_init_hook": None,
  38. "post_init_hook": None,
  39. "auto_install": False,
  40. "installable": True,
  41. }