__manifest__.py
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# -*- coding: utf-8 -*-
{
'name': "Document Preview",
'summary': """
Document Preview allows users to preview a document without downloading it that leads to saving
time and storage of users.
""",
'description': """
Best Odoo Document Preview Apps
Odoo Document Preview Apps
Document Preview Apps
Odoo Documents Preview Apps
Documents Preview Apps
Odoo Preview Document Apps
Preview Document Apps
View Document Apps
Odoo View Document Apps
Document View Apps
Display Document Preview Apps
Odoo Display Document Preview Apps
PDF Document Preview Apps
Odoo PDF Document Preview Apps
Video Document Preview Apps
Odoo Video Document Preview Apps
Image Document Preview Apps
Show Document Apps
Binary Preview Apps
Binary File Preview Apps
File Preview Apps
Show File Document
Display Birany Files
Show Attachment Files
Display Attachment Files
Display Files
Check PDF Files
Check File
Check Image
Document Checker
File Checker
Report Preview
Odoo Report Preview
Document Management System
Document Management Portal
Document Preview Portal
Document Views In Website Portal
Document Version
Document Extension
Document Viewer PDF
MuK Documents View
Asset Documents Management
""",
'author': "Ksolves India Pvt. Ltd.",
'license': 'LGPL-3',
'website': "https://www.ksolves.com",
'category': 'Tools',
'support': 'sales@ksolves.com',
'images': ['static/description/banners/banner1.gif'],
'version': '12.0.1.0.0',
'depends': ['base', 'web', 'mail'],
'data': [
'views/ks_preview_templates.xml',
],
'qweb': ['static/src/xml/ks_binary_preview.xml',
],
}