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.

19 lines
669 B

  1. # Copyright 2020 Denis Mudarisov <https://github.com/trojikman>
  2. # License MIT (https://opensource.org/licenses/MIT).
  3. {
  4. "name": "Sentbox",
  5. "summary": """Quick way to find sent messages""",
  6. "category": "Discuss",
  7. "images": ["images/menu.png"],
  8. "version": "11.0.1.1.1",
  9. "author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",
  10. "support": "apps@itpp.dev",
  11. "website": "https://itpp.dev",
  12. "license": "Other OSI approved licence", # MIT
  13. "price": 40.00,
  14. "currency": "EUR",
  15. "depends": ["base", "mail", "mail_base"],
  16. "data": ["views/templates.xml"],
  17. "qweb": ["static/src/xml/menu.xml"],
  18. "installable": True,
  19. }