Skip to content

Commit 96c3fb9

Browse files
committed
fix(spp_registry,spp_programs): re-bump version above 19.0's 19.0.2.1.0 (OP#943)
Both modules already had a 19.0.2.1.0 bump on the 19.0 base branch (undocumented in HISTORY.md, but real in the manifest). My earlier bumps (19.0.2.0.1 for spp_registry, 19.0.2.0.12 for spp_programs) were below 19.0's current version, which caused merge conflicts on PR #196 because OCA tooling forbids version regression. Re-bump both to 19.0.2.1.1 and update the matching HISTORY entries to keep the version monotonic on merge.
1 parent 5380ded commit 96c3fb9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

spp_programs/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "OpenSPP Programs",
55
"summary": "Manage programs, cycles, beneficiary enrollment, entitlements (cash and in-kind), payments, and fund tracking for social protection.",
66
"category": "OpenSPP/Core",
7-
"version": "19.0.2.0.12",
7+
"version": "19.0.2.1.1",
88
"sequence": 1,
99
"author": "OpenSPP.org",
1010
"website": "https://github.com/OpenSPP/OpenSPP2",

spp_programs/readme/HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 19.0.2.0.12
1+
### 19.0.2.1.1
22

33
- fix(views): apply `spp_registry.x2many_no_padding` widget to the Programs and Entitlements lists on registrant forms and to Program Membership inline lines — removes the four empty placeholder rows Odoo 19 inserts on inline list-in-form views (#943).
44

spp_registry/__manifest__.py

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

spp_registry/readme/HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 19.0.2.0.1
1+
### 19.0.2.1.1
22

33
- fix(views): add reusable `x2many_no_padding` JS widget that suppresses the four empty placeholder rows Odoo 19 hardcodes on inline list-in-form views. Apply it to the Phone, IDs, Relationships, Group Membership, and Group Members lists on registrant forms so blank cells don't bloat the layout (#943).
44

0 commit comments

Comments
 (0)