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.

26 lines
642 B

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