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.

29 lines
628 B

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