Skip to content

Commit cf66199

Browse files
committed
chore: regenerate READMEs after HISTORY merges (#951)
Applies CI's OCA gen-readme output to the 4 modules whose HISTORY.md was updated during the 19.0 merge resolution (spp_farmer_registry, spp_hazard, spp_programs, spp_service_points). Local pandoc setup can't run the generator, so this picks up CI's regenerated bytes.
1 parent 441023c commit cf66199

8 files changed

Lines changed: 81 additions & 19 deletions

File tree

spp_farmer_registry/README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Model Description
6868
Changelog
6969
=========
7070

71-
19.0.2.0.1
71+
19.0.2.0.2
7272
~~~~~~~~~~
7373

7474
- fix(security): align Farm User / Farm Manager roles with the OP#951
@@ -78,6 +78,13 @@ Changelog
7878
Reports menu visibility once those menu roots are gated. Adds
7979
``spp_hazard`` and ``spp_gis_report`` to module dependencies.
8080

81+
19.0.2.0.1
82+
~~~~~~~~~~
83+
84+
- fix(views): apply ``spp_registry.x2many_no_padding`` widget to the
85+
farm activities list on farm forms — removes the four empty
86+
placeholder rows Odoo 19 inserts on inline list-in-form views (#943).
87+
8188
19.0.2.0.0
8289
~~~~~~~~~~
8390

spp_farmer_registry/static/description/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h2><a class="toc-backref" href="#toc-entry-1">Changelog</a></h2>
436436
</div>
437437
</div>
438438
<div class="section" id="section-1">
439-
<h1>19.0.2.0.1</h1>
439+
<h1>19.0.2.0.2</h1>
440440
<ul class="simple">
441441
<li>fix(security): align Farm User / Farm Manager roles with the OP#951
442442
menu audit — both farm roles now imply
@@ -447,6 +447,14 @@ <h1>19.0.2.0.1</h1>
447447
</ul>
448448
</div>
449449
<div class="section" id="section-2">
450+
<h1>19.0.2.0.1</h1>
451+
<ul class="simple">
452+
<li>fix(views): apply <tt class="docutils literal">spp_registry.x2many_no_padding</tt> widget to the
453+
farm activities list on farm forms — removes the four empty
454+
placeholder rows Odoo 19 inserts on inline list-in-form views (#943).</li>
455+
</ul>
456+
</div>
457+
<div class="section" id="section-3">
450458
<h1>19.0.2.0.0</h1>
451459
<ul class="simple">
452460
<li>Initial migration to OpenSPP2</li>

spp_hazard/README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ encounter unexpected behavior, please report it as a new issue.
11871187
Changelog
11881188
=========
11891189

1190-
19.0.2.0.1
1190+
19.0.2.0.2
11911191
~~~~~~~~~~
11921192

11931193
- fix(security): grant ``group_hazard_viewer`` to spp_user_roles roles
@@ -1202,6 +1202,13 @@ Changelog
12021202
(Global Finance, Global Support, Global Support Manager, Local
12031203
Support).
12041204

1205+
19.0.2.0.1
1206+
~~~~~~~~~~
1207+
1208+
- fix(views): apply ``spp_registry.x2many_no_padding`` widget to the
1209+
hazard impacts list on registrant forms, and hide the table when empty
1210+
(showing a muted info line instead) (#943).
1211+
12051212
19.0.2.0.0
12061213
~~~~~~~~~~
12071214

spp_hazard/static/description/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">Changelog</a></h2>
24552455
</div>
24562456
</div>
24572457
<div class="section" id="section-1">
2458-
<h1>19.0.2.0.1</h1>
2458+
<h1>19.0.2.0.2</h1>
24592459
<ul class="simple">
24602460
<li>fix(security): grant <tt class="docutils literal">group_hazard_viewer</tt> to spp_user_roles roles
24612461
(Registry Viewer, Program Manager, Global/Local Registrar) that the
@@ -2471,6 +2471,14 @@ <h1>19.0.2.0.1</h1>
24712471
</ul>
24722472
</div>
24732473
<div class="section" id="section-2">
2474+
<h1>19.0.2.0.1</h1>
2475+
<ul class="simple">
2476+
<li>fix(views): apply <tt class="docutils literal">spp_registry.x2many_no_padding</tt> widget to the
2477+
hazard impacts list on registrant forms, and hide the table when empty
2478+
(showing a muted info line instead) (#943).</li>
2479+
</ul>
2480+
</div>
2481+
<div class="section" id="section-3">
24742482
<h1>19.0.2.0.0</h1>
24752483
<ul class="simple">
24762484
<li>Initial migration to OpenSPP2</li>

spp_programs/README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Dependencies
254254
Changelog
255255
=========
256256

257-
19.0.2.1.1
257+
19.0.2.1.2
258258
~~~~~~~~~~
259259

260260
- fix(security): align Program Viewer / Validator / Cycle Approver roles
@@ -272,6 +272,14 @@ Changelog
272272
so the role keeps read+write access to registrant data via Programs
273273
cross-references — only the dedicated top-level menu disappears.
274274

275+
19.0.2.1.1
276+
~~~~~~~~~~
277+
278+
- fix(views): apply ``spp_registry.x2many_no_padding`` widget to the
279+
Programs and Entitlements lists on registrant forms and to Program
280+
Membership inline lines — removes the four empty placeholder rows Odoo
281+
19 inserts on inline list-in-form views (#943).
282+
275283
19.0.2.0.11
276284
~~~~~~~~~~~
277285

spp_programs/static/description/index.html

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ <h2><a class="toc-backref" href="#toc-entry-1">Changelog</a></h2>
658658
</div>
659659
</div>
660660
<div class="section" id="section-1">
661-
<h1>19.0.2.1.1</h1>
661+
<h1>19.0.2.1.2</h1>
662662
<ul class="simple">
663663
<li>fix(security): align Program Viewer / Validator / Cycle Approver roles
664664
with the OP#951 menu audit — Program Viewer additionally gets
@@ -677,6 +677,15 @@ <h1>19.0.2.1.1</h1>
677677
</ul>
678678
</div>
679679
<div class="section" id="section-2">
680+
<h1>19.0.2.1.1</h1>
681+
<ul class="simple">
682+
<li>fix(views): apply <tt class="docutils literal">spp_registry.x2many_no_padding</tt> widget to the
683+
Programs and Entitlements lists on registrant forms and to Program
684+
Membership inline lines — removes the four empty placeholder rows Odoo
685+
19 inserts on inline list-in-form views (#943).</li>
686+
</ul>
687+
</div>
688+
<div class="section" id="section-3">
680689
<h1>19.0.2.0.11</h1>
681690
<ul class="simple">
682691
<li>Fix <tt class="docutils literal">TypeError: 'NoneType' object is not iterable</tt> when clicking
@@ -687,7 +696,7 @@ <h1>19.0.2.0.11</h1>
687696
omit the state filter instead of crashing on <tt class="docutils literal">tuple(None)</tt></li>
688697
</ul>
689698
</div>
690-
<div class="section" id="section-3">
699+
<div class="section" id="section-4">
691700
<h1>19.0.2.0.10</h1>
692701
<ul class="simple">
693702
<li>Increase parallel-safe channel limits (cycle, eligibility_manager,
@@ -700,7 +709,7 @@ <h1>19.0.2.0.10</h1>
700709
submission on double-click</li>
701710
</ul>
702711
</div>
703-
<div class="section" id="section-4">
712+
<div class="section" id="section-5">
704713
<h1>19.0.2.0.9</h1>
705714
<ul class="simple">
706715
<li>Add context flags (<tt class="docutils literal">skip_registrant_statistics</tt>,
@@ -713,7 +722,7 @@ <h1>19.0.2.0.9</h1>
713722
<tt class="docutils literal">_compute_has_members</tt></li>
714723
</ul>
715724
</div>
716-
<div class="section" id="section-5">
725+
<div class="section" id="section-6">
717726
<h1>19.0.2.0.8</h1>
718727
<ul class="simple">
719728
<li>Replace OFFSET pagination with NTILE-based ID-range batching in all
@@ -724,7 +733,7 @@ <h1>19.0.2.0.8</h1>
724733
program and cycle</li>
725734
</ul>
726735
</div>
727-
<div class="section" id="section-6">
736+
<div class="section" id="section-7">
728737
<h1>19.0.2.0.7</h1>
729738
<ul class="simple">
730739
<li>Bulk membership creation using raw SQL INSERT ON CONFLICT DO NOTHING
@@ -733,7 +742,7 @@ <h1>19.0.2.0.7</h1>
733742
<tt class="docutils literal">_add_beneficiaries</tt> with bulk SQL path</li>
734743
</ul>
735744
</div>
736-
<div class="section" id="section-7">
745+
<div class="section" id="section-8">
737746
<h1>19.0.2.0.6</h1>
738747
<ul class="simple">
739748
<li>Remove unused entitlement_base_model.py (dead code, never imported)</li>
@@ -742,34 +751,34 @@ <h1>19.0.2.0.6</h1>
742751
payment, and fund tests (172 → 492 tests)</li>
743752
</ul>
744753
</div>
745-
<div class="section" id="section-8">
754+
<div class="section" id="section-9">
746755
<h1>19.0.2.0.5</h1>
747756
<ul class="simple">
748757
<li>Batch create entitlements and payments instead of one-by-one ORM
749758
creates</li>
750759
</ul>
751760
</div>
752-
<div class="section" id="section-9">
761+
<div class="section" id="section-10">
753762
<h1>19.0.2.0.4</h1>
754763
<ul class="simple">
755764
<li>Fetch fund balance once per approval batch instead of per entitlement</li>
756765
</ul>
757766
</div>
758-
<div class="section" id="section-10">
767+
<div class="section" id="section-11">
759768
<h1>19.0.2.0.3</h1>
760769
<ul class="simple">
761770
<li>Replace cycle computed fields (total_amount, entitlements_count,
762771
approval flags) with SQL aggregation queries</li>
763772
</ul>
764773
</div>
765-
<div class="section" id="section-11">
774+
<div class="section" id="section-12">
766775
<h1>19.0.2.0.2</h1>
767776
<ul class="simple">
768777
<li>Add composite indexes for frequent query patterns on entitlements and
769778
program memberships</li>
770779
</ul>
771780
</div>
772-
<div class="section" id="section-12">
781+
<div class="section" id="section-13">
773782
<h1>19.0.2.0.1</h1>
774783
<ul class="simple">
775784
<li>Replace Python-level uniqueness checks with SQL UNIQUE constraints for
@@ -778,7 +787,7 @@ <h1>19.0.2.0.1</h1>
778787
constraint creation</li>
779788
</ul>
780789
</div>
781-
<div class="section" id="section-13">
790+
<div class="section" id="section-14">
782791
<h1>19.0.2.0.0</h1>
783792
<ul class="simple">
784793
<li>Initial migration to OpenSPP2</li>

spp_service_points/README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,20 @@ Dependencies
123123
Changelog
124124
=========
125125

126-
19.0.2.0.1
126+
19.0.2.0.2
127127
~~~~~~~~~~
128128

129129
- fix(security): grant ``group_service_points_viewer`` to
130130
spp_user_roles' Global Registrar and Local Registrar roles so they can
131131
browse service points per the OP#951 menu audit.
132132

133+
19.0.2.0.1
134+
~~~~~~~~~~
135+
136+
- fix(views): apply ``spp_registry.x2many_no_padding`` widget to the
137+
service points list on group forms — removes the four empty
138+
placeholder rows Odoo 19 inserts on inline list-in-form views (#943).
139+
133140
19.0.2.0.0
134141
~~~~~~~~~~
135142

spp_service_points/static/description/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,14 +517,22 @@ <h2><a class="toc-backref" href="#toc-entry-1">Changelog</a></h2>
517517
</div>
518518
</div>
519519
<div class="section" id="section-1">
520-
<h1>19.0.2.0.1</h1>
520+
<h1>19.0.2.0.2</h1>
521521
<ul class="simple">
522522
<li>fix(security): grant <tt class="docutils literal">group_service_points_viewer</tt> to
523523
spp_user_roles’ Global Registrar and Local Registrar roles so they can
524524
browse service points per the OP#951 menu audit.</li>
525525
</ul>
526526
</div>
527527
<div class="section" id="section-2">
528+
<h1>19.0.2.0.1</h1>
529+
<ul class="simple">
530+
<li>fix(views): apply <tt class="docutils literal">spp_registry.x2many_no_padding</tt> widget to the
531+
service points list on group forms — removes the four empty
532+
placeholder rows Odoo 19 inserts on inline list-in-form views (#943).</li>
533+
</ul>
534+
</div>
535+
<div class="section" id="section-3">
528536
<h1>19.0.2.0.0</h1>
529537
<ul class="simple">
530538
<li>Initial migration to OpenSPP2</li>

0 commit comments

Comments
 (0)