53 lines
1.4 KiB
Python
53 lines
1.4 KiB
Python
{
|
|
"name": "Easy Preview Attachments",
|
|
"category": "tools/preview_attachment",
|
|
"description": " Preview Attachment ",
|
|
"summary": """
|
|
Preview Attachments (Docx, DOC, PDF, Image, Video,Txt,Html)
|
|
""",
|
|
'price': 30,
|
|
'currency ': 'USD',
|
|
'support': 'email:444713077@qq.com',
|
|
'author': 'zxltwins<email:444713077@qq.com>',
|
|
'website': "www.odoo.com",
|
|
'version': '18.0',
|
|
"depends": ["base"],
|
|
"external_dependencies": {"python": ["mammoth"]},
|
|
"data": [],
|
|
'assets': {
|
|
'web._assets_primary_variables': [
|
|
|
|
],
|
|
'web.assets_backend': [
|
|
'preview_easy/static/src/js/qweb.js',
|
|
'preview_easy/static/src/js/preview_many2one.js',
|
|
'preview_easy/static/src/xml/qweb.xml',
|
|
'preview_easy/static/src/xml/preview_many2one.xml',
|
|
],
|
|
'web.assets_frontend': [
|
|
|
|
|
|
],
|
|
'web.assets_tests': [
|
|
|
|
],
|
|
|
|
'web.report_assets_common': [
|
|
|
|
],
|
|
'web.report_assets_pdf': [
|
|
|
|
],
|
|
},
|
|
|
|
'images': [
|
|
'static/description/main_screenshot.png',
|
|
'static/description/icon.png',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3'
|
|
|
|
}
|