-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
27 lines (27 loc) · 1.25 KB
/
__manifest__.py
File metadata and controls
27 lines (27 loc) · 1.25 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
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Registry: Scan ID Document",
"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", "g2p_registry_base", "g2p_registry_individual"],
"data": ["views/registrant.xml"],
"assets": {
"web.assets_backend": [
# web.AbstractField module is already obsolete in odoo 17
"/spp_scan_id_document/static/src/js/registrant.js",
"/spp_scan_id_document/static/src/xml/registrant_widget.xml",
],
},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
"summary": "The module integrates direct ID document scanning into OpenSPP, enabling users to capture physical identification documents directly within registrant profiles. This functionality streamlines identity data collection by minimizing manual transcription errors and provides a verifiable digital record for compliance and auditing.",
}