-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
46 lines (46 loc) · 1.62 KB
/
__manifest__.py
File metadata and controls
46 lines (46 loc) · 1.62 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
40
41
42
43
44
45
46
{
"name": "OpenSPP ID Queue",
"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"],
"depends": [
"base",
"spp_base_common",
"g2p_registry_base",
"g2p_registry_individual",
"g2p_registry_group",
"g2p_registry_membership",
"spp_idpass",
"queue_job",
"spp_area",
"spp_user_roles",
],
"data": [
"data/id_pass.xml",
"data/queue_data.xml",
"security/g2p_security.xml",
"security/ir.model.access.csv",
"data/roles.xml",
"views/id_queue_view.xml",
"views/id_batch_view.xml",
"wizard/request_id_wizard.xml",
"wizard/batch_create_wizard.xml",
"wizard/multi_id_request_wizard.xml",
"views/registrant.xml",
"views/id_pass_view.xml",
"views/res_config_settings.xml",
"views/menu_actions.xml",
],
"assets": {"web.assets_backend": ["spp_idqueue/static/src/js/form_controller.js"]},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
"summary": "Manages the complete lifecycle of ID card requests for registrants, centralizing their creation, tracking, and final distribution. It streamlines approval workflows, automates ID card generation through integration with external services, and facilitates batch processing with comprehensive audit trails.",
}