You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(spp_branding_kit): remove debug mode restriction to fix singleton error
Remove the debug mode admin-only restriction feature from the branding module
as it was causing "Expected singleton: res.users()" errors when accessing
/web?debug=1 without authentication. This feature doesn't belong in a
branding module and should be handled by proper security/access controls.
Changes:
- Remove debug mode check from web_client controller method
- Remove openspp_debug_admin_only field from settings model
- Remove debug mode setting from configuration UI
- Remove debug_admin_only from session info
- Update documentation to reflect removed feature
Copy file name to clipboardExpand all lines: spp_branding_kit/readme/DESCRIPTION.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The **OpenSPP Branding Kit** module is designed to:
9
9
***Apply OpenSPP Branding**: Replace removed Odoo branding with OpenSPP-specific branding elements, including logos, colors, text, and system information.
10
10
***Control Telemetry and External Communications**: Provide administrators with control over telemetry data collection and external service communications.
11
11
***Hide Paid Applications**: Optionally filter out enterprise and paid Odoo applications from the Apps menu to focus on open-source modules.
12
-
***Customize System Behavior**: Offer configuration options for debug mode access, system naming, documentation URLs, and support links.
12
+
***Customize System Behavior**: Offer configuration options for system naming, documentation URLs, and support links.
13
13
14
14
## Dependencies and Integration
15
15
@@ -23,15 +23,14 @@ The **OpenSPP Branding Kit** module is designed to:
0 commit comments