-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
62 lines (62 loc) · 2.19 KB
/
__manifest__.py
File metadata and controls
62 lines (62 loc) · 2.19 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Programs",
"summary": "Manage cash and in-kind entitlements, integrate with inventory, and enhance program management features for comprehensive social protection and agricultural support.",
"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",
"web",
"g2p_registry_base",
"g2p_programs",
"spp_area",
"product",
"stock",
"spp_user_roles",
"spp_base_common",
"account",
],
"data": [
"data/user_roles.xml",
"security/security_access.xml",
"security/ir.model.access.csv",
"views/main_view.xml",
"views/entitlement_view.xml",
"views/entitlement_cash_view.xml",
"views/cycle_view.xml",
"views/programs_view.xml",
"views/registrant_view.xml",
"views/inkind_entitlement_report_view.xml",
"views/managers/eligibility_manager_view.xml",
"views/managers/entitlement_manager_view.xml",
"views/g2p_entitlement_view.xml",
"views/payment_view.xml",
"wizard/inkind_entitlement_report_wiz.xml",
"wizard/create_program_wizard.xml",
"wizard/multi_inkind_entitlement_approval_wizard.xml",
"wizard/reject_entitlement_wizard.xml",
"wizard/reset_to_pending_wizard.xml",
"wizard/multi_entitlement_approval_wizard.xml",
"report/program_approval_receipt.xml",
"report/report_format.xml",
],
"assets": {
"web.assets_backend": [
"spp_programs/static/src/js/domain_field.js",
"spp_programs/static/src/js/custom_open_list.js",
"spp_programs/static/src/js/create_program.js",
"spp_programs/static/src/xml/create_program_template.xml",
],
},
"demo": [],
"images": [],
"application": False,
"installable": True,
"auto_install": False,
}