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.

30 lines
1.1 KiB

  1. # Copyright 2016-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  2. # Copyright 2017-2018 Artyom Losev <https://it-projects.info/team/ArtyomLosev>
  3. # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
  4. # License MIT (https://opensource.org/licenses/MIT).
  5. {
  6. "name": "Show all messages",
  7. "summary": """Checkout all messages where you have access""",
  8. "category": "Discuss",
  9. # "live_test_url": "",
  10. "images": ["images/1.jpg"],
  11. "version": "13.0.1.0.1",
  12. "application": False,
  13. "author": "IT-Projects LLC, Pavel Romanchenko",
  14. "support": "apps@itpp.dev",
  15. "website": "https://it-projects.info",
  16. "license": "Other OSI approved licence", # MIT
  17. "price": 40.00,
  18. "currency": "EUR",
  19. "depends": ["mail"],
  20. "external_dependencies": {"python": [], "bin": []},
  21. "data": ["views/templates.xml"],
  22. "qweb": ["static/src/xml/menu.xml"],
  23. "demo": [],
  24. "post_load": None,
  25. "pre_init_hook": None,
  26. "post_init_hook": None,
  27. "uninstall_hook": None,
  28. "installable": False,
  29. "auto_install": False,
  30. }