Skip to content

Commit 31853ec

Browse files
committed
chore: bump spp_approval and spp_hide_menus_base to 19.0.2.0.1
Version bump so existing installs pick up the fixes on upgrade. The spp_approval bump is functional: the CEL view fix is an ir.ui.view (XML) change that only re-applies when the module version increases. Add matching HISTORY.md entries.
1 parent b28e26e commit 31853ec

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

spp_approval/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "OpenSPP Approval",
44
"summary": "Standardized approval workflows with multi-tier sequencing and CEL rules",
5-
"version": "19.0.2.0.0",
5+
"version": "19.0.2.0.1",
66
"license": "LGPL-3",
77
"development_status": "Production/Stable",
88
"author": "OpenSPP.org, OpenSPP Community",

spp_approval/readme/HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 19.0.2.0.1
2+
3+
- Fix CEL Expressions tab crash: the ace editor fields used the invalid
4+
CodeEditor mode ``text``; changed to ``python`` (Odoo 19 only accepts
5+
``javascript``/``xml``/``qweb``/``scss``/``python``).
6+
17
### 19.0.2.0.0
28

39
- Initial migration to OpenSPP2

spp_hide_menus_base/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "OpenSPP Hide Non-OpenSPP Menus: Base",
77
"category": "OpenSPP",
8-
"version": "19.0.2.0.0",
8+
"version": "19.0.2.0.1",
99
"summary": "Administrators can manage the visibility of OpenSPP navigation menus, streamlining the user interface for specific user groups. The module modifies ir.ui.menu records to control menu visibility, providing a foundation for other modules to selectively hide non-essential navigation items.",
1010
"sequence": 1,
1111
"author": "OpenSPP.org",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 19.0.2.0.1
2+
3+
- Keep hidden menus hidden after a module upgrade resets their
4+
``group_ids`` via XML. Re-applying now runs from ``_register_hook`` so
5+
it covers every upgrade path (immediate, ``base.module.upgrade`` wizard,
6+
and CLI ``-u``), not just the immediate path handled by ``next()``.
7+
18
### 19.0.2.0.0
29

310
- Initial migration to OpenSPP2

0 commit comments

Comments
 (0)