Skip to content

Commit 6cbbdbf

Browse files
committed
Update application false and some summary
1 parent 7c96e35 commit 6cbbdbf

File tree

30 files changed

+34
-34
lines changed

30 files changed

+34
-34
lines changed

spp_area_base/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"assets": {},
3333
"demo": [],
3434
"images": [],
35-
"application": True,
35+
"application": False,
3636
"installable": True,
3737
"auto_install": False,
3838
}

spp_audit_post/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "G2P Registry: Audit Post",
2+
"name": "OpenSPP Audit Post",
33
"category": "OpenSPP",
44
"version": "17.0.1.3.1",
55
"sequence": 1,
@@ -14,7 +14,7 @@
1414
"assets": {},
1515
"demo": [],
1616
"images": [],
17-
"application": True,
17+
"application": False,
1818
"installable": True,
1919
"auto_install": False,
2020
"summary": "OpenSPP Audit Post extends core audit logging by automatically posting audit log messages to related parent records. It consolidates changes from child records onto the parent's communication timeline, leveraging the mail module for message posting.",

spp_base/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"assets": {},
5757
"demo": [],
5858
"images": [],
59-
"application": True,
59+
"application": False,
6060
"installable": True,
6161
"auto_install": False,
6262
"summary": "Establishes core system settings and generates unique identifiers for records, enhancing registrant profiles with attributes like tags, gender, and type. The module also integrates Top-up Cards for identification and provides fundamental user interface elements with initial security configurations for user roles.",

spp_base_demo/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"assets": {},
2020
"demo": [],
2121
"images": [],
22-
"application": True,
22+
"application": False,
2323
"installable": True,
2424
"auto_install": False,
2525
"summary": "The OpenSPP Base Demo module populates the system with essential sample data, enabling immediate exploration and understanding of core functionalities. It includes diverse sample registrants, social protection programs, and products, providing foundational demo data while conforming to the g2p_registry_individual module's data models.",

spp_base_gis/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"demo": [],
3333
"images": [],
34-
"application": True,
34+
"application": False,
3535
"installable": True,
3636
"auto_install": False,
3737
"pre_init_hook": "init_postgis",

spp_base_gis_demo/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212"],
1111
"depends": ["base", "spp_base_gis"],
1212
"data": ["views/partner.xml"],
13-
"application": True,
13+
"application": False,
1414
"installable": True,
1515
"summary": "Demonstrates the integration of Geographical Information System (GIS) capabilities within OpenSPP, illustrating how to extend data models with various geographical field types. It provides examples for defining custom geospatial data models and visualizing diverse geographical entities, including points, lines, and polygons, on interactive maps.",
1616
}

spp_base_gis_rest/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"assets": {},
1818
"demo": [],
1919
"images": [],
20-
"application": True,
20+
"application": False,
2121
"installable": True,
2222
"auto_install": False,
2323
"summary": "The module provides RESTful API endpoints for secure, programmatic access to OpenSPP's Geographical Information System data, leveraging OAuth 2.0 and Basic authentication.",

spp_base_setting/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"assets": {},
2121
"demo": [],
2222
"images": [],
23-
"application": True,
23+
"application": False,
2424
"installable": True,
2525
"auto_install": False,
2626
"summary": "OpenSPP Base Setting provides fundamental configurations for country implementations, establishing core organizational structures such as Country Offices. It also enables tailored user interface adaptations and streamlines user management by linking individuals to specific Country Offices for context-aware data access.",

spp_basic_cash_entitlement_spent/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"assets": {},
1818
"demo": [],
1919
"images": [],
20-
"application": True,
20+
"application": False,
2121
"installable": True,
2222
"auto_install": False,
2323
"summary": "Records beneficiary expenditures against allocated cash entitlements within social protection programs to monitor utilization. It automatically calculates remaining balances and extends the g2p.entitlement model.",

spp_change_request_add_children_demo/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"assets": {},
3737
"demo": [],
3838
"images": [],
39-
"application": True,
39+
"application": False,
4040
"installable": True,
4141
"auto_install": False,
4242
}

0 commit comments

Comments
 (0)