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

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