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.

22 lines
687 B

  1. {
  2. "name": """Partner mails count""",
  3. "summary": """Displays amount of incoming and outgoing partner mails.""",
  4. "category": "Discuss",
  5. "images": ["images/1.png"],
  6. "vesion": "11.0.1.0.0",
  7. "author": "IT-Projects LLC, Pavel Romanchenko",
  8. "support": "apps@itpp.dev",
  9. "website": "https://itpp.dev",
  10. "license": "Other OSI approved licence", # MIT
  11. "price": 30.00,
  12. "currency": "EUR",
  13. "depends": [
  14. "mail_all",
  15. # 'web_tour_extra',
  16. ],
  17. "external_dependencies": {"python": [], "bin": []},
  18. "data": ["views/res_partner_mails_count.xml", "templates.xml"],
  19. "demo": [],
  20. "installable": False,
  21. "auto_install": False,
  22. }