mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 05:42:13 -06:00
[IMP] attachment_preview: black, isort, prettier
This commit is contained in:
@@ -4,21 +4,12 @@
|
||||
{
|
||||
"name": "Preview attachments",
|
||||
"version": "12.0.1.0.2",
|
||||
"author": "Therp BV,"
|
||||
"Onestein,"
|
||||
"Odoo Community Association (OCA)",
|
||||
"author": "Therp BV," "Onestein," "Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"summary": 'Preview attachments supported by Viewer.js',
|
||||
"summary": "Preview attachments supported by Viewer.js",
|
||||
"category": "Knowledge Management",
|
||||
"depends": [
|
||||
'web',
|
||||
'mail'
|
||||
],
|
||||
"data": [
|
||||
"templates/assets.xml",
|
||||
],
|
||||
"qweb": [
|
||||
'static/src/xml/attachment_preview.xml',
|
||||
],
|
||||
"depends": ["web", "mail"],
|
||||
"data": ["templates/assets.xml",],
|
||||
"qweb": ["static/src/xml/attachment_preview.xml",],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user