Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spp_cel_registry_search/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"summary": "Search the registry using CEL expressions",
"version": "19.0.2.0.0",
"license": "LGPL-3",
"development_status": "Alpha",
"development_status": "Beta",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this change correctly promotes the module to 'Beta', the documentation has not been updated to match. The README.rst and static/description/index.html files still refer to the module as 'Alpha'. This creates an inconsistency for users and developers.

The README.rst file indicates it is auto-generated (likely by oca-gen-addon-readme). Please regenerate the documentation to ensure it reflects the new 'Beta' status.

"author": "OpenSPP Community",
"website": "https://github.com/OpenSPP/OpenSPP2",
"category": "OpenSPP/Core",
Expand Down
Loading