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.

36 lines
833 B

  1. {
  2. "name": "Show all messages",
  3. "summary": """Checkout all messages where you have access""",
  4. "category": "Discuss",
  5. # "live_test_url": "",
  6. "images": ['images/1.jpg'],
  7. "version": "11.0.1.0.0",
  8. "application": False,
  9. "author": "IT-Projects LLC, Pavel Romanchenko",
  10. "support": "apps@it-projects.info",
  11. "website": "https://it-projects.info",
  12. "license": "LGPL-3",
  13. 'price': 40.00,
  14. 'currency': 'EUR',
  15. "depends": [
  16. "mail_base"
  17. ],
  18. "external_dependencies": {"python": [], "bin": []},
  19. "data": [
  20. "views/templates.xml",
  21. ],
  22. "qweb": [
  23. "static/src/xml/menu.xml",
  24. ],
  25. "demo": [],
  26. "post_load": None,
  27. "pre_init_hook": None,
  28. "post_init_hook": None,
  29. "uninstall_hook": None,
  30. 'installable': True,
  31. "auto_install": False,
  32. }