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.

28 lines
565 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Sentbox",
  4. "summary": """Quick way to find sent messages""",
  5. "category": "Discuss",
  6. "images": [],
  7. "version": "1.0.3",
  8. "author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",
  9. "website": "https://it-projects.info",
  10. "license": "LGPL-3",
  11. 'price': 9.00,
  12. 'currency': 'EUR',
  13. "depends": [
  14. "base",
  15. "mail",
  16. "mail_base"
  17. ],
  18. "data": [
  19. "views/templates.xml",
  20. ],
  21. "qweb": [
  22. "static/src/xml/menu.xml",
  23. ],
  24. 'installable': True,
  25. }