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.

32 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 MIT (https://opensource.org/licenses/MIT).
  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@itpp.dev",
  18. "website": "https://it-projects.info",
  19. "license": "Other OSI approved licence", # MIT
  20. "price": 50.00,
  21. "currency": "EUR",
  22. "depends": ["mail", "base", "mail_base"],
  23. "external_dependencies": {"python": [], "bin": []},
  24. "data": ["template.xml", "full_composer_wizard.xml"],
  25. "qweb": ["static/src/xml/mail_private.xml"],
  26. "demo": [],
  27. "post_load": None,
  28. "pre_init_hook": None,
  29. "post_init_hook": None,
  30. "auto_install": False,
  31. "installable": True,
  32. }