-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
28 lines (27 loc) · 1 KB
/
__manifest__.py
File metadata and controls
28 lines (27 loc) · 1 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
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Data Source",
"summary": "Establishes a secure framework for OpenSPP to connect with external data systems like national registries and social protection databases. It facilitates structured data retrieval, defines field mapping, configures secure authentication methods, and manages specific API endpoints.",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212"],
"depends": [
"base",
],
"external_dependencies": {},
"data": [
"security/ir.model.access.csv",
"views/data_source_view.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}