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
750 B

  1. # Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  2. # Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  4. {
  5. "name": "Sentbox",
  6. "summary": """Quick way to find sent messages""",
  7. "category": "Discuss",
  8. "images": ["images/menu.png"],
  9. "version": "12.0.1.2.0",
  10. "author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",
  11. "support": "apps@it-projects.info",
  12. "website": "https://it-projects.info",
  13. "license": "LGPL-3",
  14. "price": 40.00,
  15. "currency": "EUR",
  16. "depends": ["mail"],
  17. "data": ["views/templates.xml"],
  18. "qweb": ["static/src/xml/menu.xml"],
  19. "installable": True,
  20. }