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
chore(spp_branding_kit): upgrade to Production/Stable with 95%+ test coverage
- Set development_status to Production/Stable, category to OpenSPP/Configuration
- Use search_count() in get_paid_apps_count() for efficiency
- Add proper JSON response content-type to /openspp/about endpoint
- Clean outdated Odoo 17 references from requirements.txt
- Add tests for utils, settings, controllers, and HTTP endpoints (14 → 34 tests)
- Update DESCRIPTION.md to follow module description template
- Bump version to 19.0.2.0.1
4. Set **Documentation URL** and **Support URL** for help links
32
33
5. Toggle **Display OpenSPP Branding** to show/hide "Powered by OpenSPP"
@@ -35,13 +36,15 @@ After installing:
35
36
36
37
Post-install hook automatically disables Odoo brand promotion, module update notifications, and theme store menu.
37
38
38
-
### Menu Location
39
+
### UI Location
39
40
40
-
-**Apps > OpenSPP Apps** - View and filter OpenSPP-specific applications
41
+
-**Apps > OpenSPP Apps** — filtered view of OpenSPP-specific applications
42
+
-**Settings > OpenSPP Branding** — branding and telemetry configuration
43
+
-**Settings > General Settings > About** — OpenSPP platform information card
41
44
42
45
### Security
43
46
44
-
This module does not define security groups or access rights. Configuration access follows standard Odoo settings permissions (requires `base.group_system`- Settings access).
47
+
This module does not define new security groups or access control entries. It extends existing models that already have ACLs. Configuration access requires `base.group_system`(Settings).
0 commit comments