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.

20 lines
660 B

  1. {
  2. "name": """Always show reply button""",
  3. "summary": """Got a message out of a Record? Now you can reply to it too!""",
  4. "category": "Discuss",
  5. "images": [],
  6. "vesion": "13.0.1.0.0",
  7. "author": "IT-Projects LLC, Pavel Romanchenko",
  8. "support": "apps@itpp.dev",
  9. "website": "https://it-projects.info",
  10. "license": "Other OSI approved licence", # MIT
  11. "price": 40.00,
  12. "currency": "EUR",
  13. "depends": ["mail_base"],
  14. "external_dependencies": {"python": [], "bin": []},
  15. "data": ["templates.xml"],
  16. "qweb": ["static/src/xml/reply_button.xml"],
  17. "demo": [],
  18. "installable": False,
  19. "auto_install": False,
  20. }