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.

26 lines
787 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": ["mail_base"],
  16. "external_dependencies": {"python": [], "bin": []},
  17. "data": ["views/templates.xml",],
  18. "qweb": ["static/src/xml/menu.xml",],
  19. "demo": [],
  20. "post_load": None,
  21. "pre_init_hook": None,
  22. "post_init_hook": None,
  23. "uninstall_hook": None,
  24. "installable": True,
  25. "auto_install": False,
  26. }