Skip to content

Commit 5380ded

Browse files
committed
chore(roles): bump versions + HISTORY entries for OP#943 x2many_no_padding rollout
Commit 6b4b4d2 applied the new spp_registry x2many_no_padding widget across 10 modules' registrant form views but forgot to bump module versions or add HISTORY entries. Add both now so OCA tooling reflects the change and existing deployments get an upgrade signal: - spp_registry: 19.0.2.0.0 -> 19.0.2.0.1 (introduces the widget) - spp_banking, spp_consent, spp_disability_registry, spp_event_data, spp_farmer_registry, spp_grm_registry, spp_hazard, spp_service_points: 19.0.2.0.0 -> 19.0.2.0.1 (consumers) - spp_programs: 19.0.2.0.11 -> 19.0.2.0.12 (consumer) No code changes — version bumps and HISTORY entries only.
1 parent 6b4b4d2 commit 5380ded

20 files changed

Lines changed: 50 additions & 10 deletions

File tree

spp_banking/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "OpenSPP Banking: Bank Details",
55
"category": "OpenSPP/Integration",
6-
"version": "19.0.2.0.0",
6+
"version": "19.0.2.0.1",
77
"sequence": 1,
88
"author": "OpenSPP.org",
99
"website": "https://github.com/OpenSPP/OpenSPP2",

spp_banking/readme/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.1
2+
3+
- fix(views): apply `spp_registry.x2many_no_padding` widget to the Bank Information list on group and individual registrant forms — removes the four empty placeholder rows Odoo 19 inserts on inline list-in-form views (#943).
4+
15
### 19.0.2.0.0
26

37
- Initial migration to OpenSPP2

spp_consent/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "OpenSPP Consent",
55
"category": "OpenSPP",
6-
"version": "19.0.2.0.0",
6+
"version": "19.0.2.0.1",
77
"summary": """DPV-aligned consent management for social protection programs.
88
99
Implements ISO/IEC TS 27560:2023 consent record information structure

spp_consent/readme/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.1
2+
3+
- fix(views): apply `spp_registry.x2many_no_padding` widget to the Consents list on registrant forms, and hide the table entirely when there are no consents (showing a muted info line instead) — matches the empty-state treatment of read-only / no-create lists elsewhere (#943).
4+
15
### 19.0.2.0.0
26

37
- Initial migration to OpenSPP2

spp_disability_registry/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenSPP Disability Registry",
3-
"version": "19.0.2.0.0",
3+
"version": "19.0.2.0.1",
44
"category": "OpenSPP",
55
"summary": "Disability assessment and registry management for social protection",
66
"author": "OpenSPP.org",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.1
2+
3+
- fix(views): apply `spp_registry.x2many_no_padding` widget to the disability assessments list on registrant forms, and hide the table when empty (showing a muted info line instead) (#943).
4+
15
### 19.0.2.0.0
26

37
- Initial migration to OpenSPP2

spp_event_data/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "OpenSPP Event Data",
66
"category": "OpenSPP",
7-
"version": "19.0.2.0.0",
7+
"version": "19.0.2.0.1",
88
"sequence": 1,
99
"author": "OpenSPP.org",
1010
"website": "https://github.com/OpenSPP/OpenSPP2",

spp_event_data/readme/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.1
2+
3+
- fix(views): apply `spp_registry.x2many_no_padding` widget to the Events list on registrant forms, and hide the table when empty (showing a muted info line instead) (#943).
4+
15
### 19.0.2.0.0
26

37
- Initial migration to OpenSPP2

spp_farmer_registry/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "OpenSPP Farmer Registry",
44
"summary": "Farmer Registry with vocabulary-based fields, CEL variables, and Logic Studio integration",
55
"category": "OpenSPP",
6-
"version": "19.0.2.0.0",
6+
"version": "19.0.2.0.1",
77
"sequence": 1,
88
"author": "OpenSPP.org",
99
"website": "https://github.com/OpenSPP/OpenSPP2",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.1
2+
3+
- fix(views): apply `spp_registry.x2many_no_padding` widget to the farm activities list on farm forms — removes the four empty placeholder rows Odoo 19 inserts on inline list-in-form views (#943).
4+
15
### 19.0.2.0.0
26

37
- Initial migration to OpenSPP2

0 commit comments

Comments
 (0)