-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
39 lines (39 loc) · 1.51 KB
/
__manifest__.py
File metadata and controls
39 lines (39 loc) · 1.51 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
{
"name": "OpenSPP Import: DCI API",
"summary": "Integrates OpenSPP with external Digital Civil Identity (DCI) compliant registries for automated import and synchronization of individual and family registrant data. It automatically creates or updates registrant profiles, manages hierarchical location data, and facilitates family group creation within OpenSPP.",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"author": "OpenSPP.org",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212"],
"external_dependencies": {"python": ["PyLD", "pyjwt>=2.4.0"]},
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"depends": [
"base",
"g2p_programs",
"spp_programs",
"g2p_registry_base",
"g2p_registry_individual",
"spp_registry_data_source",
],
"data": [
"security/fetch_crvs_security.xml",
"security/ir.model.access.csv",
"data/crvs_data_source.xml",
"data/crvs_location_data.xml",
"views/create_program_wizard_view.xml",
"views/eligibility_manager_view.xml",
"views/fetch_crvs_beneficiary_views.xml",
],
"assets": {
"web.assets_backend": [
# obsolete javascript
"spp_import_dci_api/static/src/js/field_domain.js",
"spp_import_dci_api/static/src/xml/field_domain.xml",
],
},
"application": True,
"auto_install": False,
"installable": True,
}