Skip to content

Commit 1189ce8

Browse files
committed
chore: add proper changelog entries for bumped modules
1 parent 29dadcb commit 1189ce8

7 files changed

Lines changed: 50 additions & 4 deletions

File tree

spp_api_v2_change_request/README.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OpenSPP API V2 - Change Request
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:ac0243c931848a9215f89c328fce09d312e30b92ac9c3c1f141bfe26b4fef453
10+
!! source digest: sha256:force_regen
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -625,6 +625,20 @@ A complete workflow from creation to application:
625625
curl -s -X POST "http://localhost:8069/api/v2/spp/ChangeRequest/${REF}/\$apply" \
626626
-H "Authorization: Bearer $TOKEN" | python3 -m json.tool
627627
628+
Changelog
629+
=========
630+
631+
19.0.2.0.1
632+
~~~~~~~~~~
633+
634+
- fix: skip field types before getattr and isolate detail prefetch
635+
(#129)
636+
637+
19.0.2.0.0
638+
~~~~~~~~~~
639+
640+
- Initial migration to OpenSPP2
641+
628642
Bug Tracker
629643
===========
630644

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
### 19.0.2.0.1
22

3+
- fix: skip field types before getattr and isolate detail prefetch (#129)
4+
5+
### 19.0.2.0.0
6+
37
- Initial migration to OpenSPP2

spp_api_v2_change_request/static/description/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">OpenSPP API V2 - Change Request</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:ac0243c931848a9215f89c328fce09d312e30b92ac9c3c1f141bfe26b4fef453
370+
!! source digest: sha256:force_regen
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_api_v2_change_request"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
373373
<p>Exposes REST API endpoints for managing change requests through the
@@ -942,6 +942,22 @@ <h1>Full Lifecycle Example</h1>
942942
</span>curl<span class="w"> </span>-s<span class="w"> </span>-X<span class="w"> </span>POST<span class="w"> </span><span class="s2">&quot;http://localhost:8069/api/v2/spp/ChangeRequest/</span><span class="si">${</span><span class="nv">REF</span><span class="si">}</span><span class="s2">/\$apply&quot;</span><span class="w"> </span><span class="se">\
943943
</span><span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;Authorization: Bearer </span><span class="nv">$TOKEN</span><span class="s2">&quot;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>python3<span class="w"> </span>-m<span class="w"> </span>json.tool
944944
</pre>
945+
<div class="section" id="changelog">
946+
<h2>Changelog</h2>
947+
</div>
948+
</div>
949+
<div class="section" id="section-1">
950+
<h1>19.0.2.0.1</h1>
951+
<ul class="simple">
952+
<li>fix: skip field types before getattr and isolate detail prefetch
953+
(#129)</li>
954+
</ul>
955+
</div>
956+
<div class="section" id="section-2">
957+
<h1>19.0.2.0.0</h1>
958+
<ul class="simple">
959+
<li>Initial migration to OpenSPP2</li>
960+
</ul>
945961
<div class="section" id="bug-tracker">
946962
<h2>Bug Tracker</h2>
947963
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OpenSPP/OpenSPP2/issues">GitHub Issues</a>.

spp_change_request_v2/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OpenSPP Change Request V2
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:0f7067f1ca64cd4381c7eaf0905e67b186f599e0770e59ff61d8cc2c523cf8cf
10+
!! source digest: sha256:force_regen
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
### 19.0.2.0.2
22

3+
- fix: fix batch approval wizard line deletion (#130)
4+
5+
### 19.0.2.0.1
6+
7+
- fix: skip field types before getattr and isolate detail prefetch (#129)
8+
9+
### 19.0.2.0.0
10+
311
- Initial migration to OpenSPP2

spp_vocabulary/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OpenSPP: Vocabulary
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:01eee21df41e20f2acd6e002d0337c9cbb0fcf55589cd6666a9d42499e012aa4
10+
!! source digest: sha256:force_regen
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

spp_vocabulary/readme/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
### 19.0.2.0.1
22

3+
- fix: support extra domain for vocabulary_code search of the same display name (#82)
4+
5+
### 19.0.2.0.0
6+
37
- Initial migration to OpenSPP2

0 commit comments

Comments
 (0)