-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 999 Bytes
/
__manifest__.py
File metadata and controls
25 lines (24 loc) · 999 Bytes
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
# Copyright 2019 Anvar Kildebekov <https://it-projects.info/team/fedoranvar>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "OpenSPP Base API",
"summary": "Provides foundational API functions and methods for robust data exchange between OpenSPP and external systems or internal modules. It enables efficient record management, complex data retrieval, and external system integration primarily through APIs and XML-RPC protocols.",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"application": False,
"author": "OpenSPP.org",
"development_status": "Production/Stable",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"depends": [],
"external_dependencies": {"python": [], "bin": []},
"data": [],
"demo": [],
"qweb": [],
"post_load": None,
"pre_init_hook": None,
"post_init_hook": None,
"uninstall_hook": None,
"auto_install": False,
"installable": True,
}