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.

18 lines
631 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. "depends": ["mail"],
  13. "external_dependencies": {"python": [], "bin": []},
  14. "data": ["views/mail_attachment_popup_template.xml"],
  15. "qweb": ["static/src/xml/mail_attachment_popup.xml"],
  16. "installable": True,
  17. "auto_install": False,
  18. }