diff --git a/spp_area/README.rst b/spp_area/README.rst index 77d6f57bc..28e2e9fb5 100644 --- a/spp_area/README.rst +++ b/spp_area/README.rst @@ -140,6 +140,15 @@ Dependencies Changelog ========= +19.0.2.0.3 +~~~~~~~~~~ + +- fix(views): follow the ``base_user_role`` rename of + ``res.users.role_ids`` to ``user_role_ids`` (OCA/server-backend #428). + The user form override inserted the center-areas group before + ``role_ids``, which no longer exists in the parent view, so the module + failed to install. + 19.0.2.0.2 ~~~~~~~~~~ diff --git a/spp_area/__manifest__.py b/spp_area/__manifest__.py index 3c1b88c7f..9780365de 100644 --- a/spp_area/__manifest__.py +++ b/spp_area/__manifest__.py @@ -6,7 +6,7 @@ "name": "OpenSPP Area Management", "summary": "Establishes direct associations between OpenSPP registrants, beneficiary groups, and their corresponding geographical administrative areas. It validates registrant-area linkages against official area types, ensuring data integrity and enabling targeted program delivery and analysis.", "category": "OpenSPP/Core", - "version": "19.0.2.0.2", + "version": "19.0.2.0.3", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/OpenSPP/OpenSPP2", diff --git a/spp_area/readme/HISTORY.md b/spp_area/readme/HISTORY.md index 6cf249b06..a7e1900f4 100644 --- a/spp_area/readme/HISTORY.md +++ b/spp_area/readme/HISTORY.md @@ -1,3 +1,7 @@ +### 19.0.2.0.3 + +- fix(views): follow the `base_user_role` rename of `res.users.role_ids` to `user_role_ids` (OCA/server-backend #428). The user form override inserted the center-areas group before `role_ids`, which no longer exists in the parent view, so the module failed to install. + ### 19.0.2.0.2 - fix(security): grant `group_area_viewer` (read-only) to spp_user_roles support roles (Global Support, Global Support Manager, Local Support) so they can browse area records per the OP#951 menu audit. diff --git a/spp_area/static/description/index.html b/spp_area/static/description/index.html index a75ab1501..a59146a2b 100644 --- a/spp_area/static/description/index.html +++ b/spp_area/static/description/index.html @@ -537,6 +537,16 @@