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

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": """Popup Attachments""",
  4. "summary": """Open attached mail images in popup""",
  5. "category": "Extra Tools",
  6. "version": "10.0.1.0.0",
  7. "images": ["images/popup_image.png"],
  8. "author": "IT-Projects LLC, Dinar Gabbasov",
  9. "support": "apps@itpp.dev",
  10. "website": "https://twitter.com/gabbasov_dinar",
  11. "license": "GPL-3",
  12. "price": "50.0",
  13. "currency": "EUR",
  14. "depends": ["mail"],
  15. "external_dependencies": {"python": [], "bin": []},
  16. "data": ["views/mail_attachment_popup_template.xml"],
  17. "qweb": ["static/src/xml/mail_attachment_popup.xml"],
  18. "installable": True,
  19. "auto_install": False,
  20. }