[IMP] attachment_preview: black, isort, prettier

This commit is contained in:
vancouver29
2022-08-16 17:54:32 +02:00
parent aa48e38d3f
commit c6e0419f98
10 changed files with 324 additions and 243 deletions

View File

@@ -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,
}