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
798 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": [
  17. "mail",
  18. ],
  19. "data": [
  20. "views/templates.xml",
  21. ],
  22. "qweb": [
  23. "static/src/xml/menu.xml",
  24. ],
  25. 'installable': True,
  26. }