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.
28 lines
687 B
28 lines
687 B
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": """Popup Attachments""",
|
|
"summary": """Open attached mail images in popup""",
|
|
"category": "Extra Tools",
|
|
"version": "1.0.0",
|
|
"images": ['images/popup_image.png'],
|
|
|
|
"author": "IT-Projects LLC, Dinar Gabbasov",
|
|
'website': "https://twitter.com/gabbasov_dinar",
|
|
"license": "GPL-3",
|
|
"price": "50.0",
|
|
"currency": "EUR",
|
|
|
|
"depends": [
|
|
"mail",
|
|
],
|
|
"external_dependencies": {"python": [], "bin": []},
|
|
"data": [
|
|
"views/mail_attachment_popup_template.xml",
|
|
],
|
|
"qweb": [
|
|
"static/src/xml/mail_attachment_popup.xml",
|
|
],
|
|
|
|
"installable": False,
|
|
'auto_install': False,
|
|
}
|