forked from OpenG2P/openg2p-program
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
40 lines (40 loc) · 1.01 KB
/
__manifest__.py
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
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "OpenG2P Program Payments: In Files",
"category": "G2P",
"version": "15.0.1.2.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"depends": [
"g2p_programs",
"g2p_program_documents",
"g2p_encryption",
"mail",
],
"external_dependencies": {
"python": [
"base45",
"cose",
"python-barcode",
"pdfkit",
"qrcode",
"wkhtmltopdf",
]
},
"data": [
"security/ir.model.access.csv",
"views/payment_file_config_view.xml",
"views/payment_batch_tag_view.xml",
"views/payment_manager_view.xml",
"views/payment_view.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}