Bellum Discuss Connector (Live AI Direct Messages)
# Bellum Discuss Connector 17.0.0.19.2
This release fixes the two issues visible in Discuss:
1. **OdooBot appearing beside Bellum AI**
- Odoo 17 reserves `base.partner_root` for its native onboarding bot.
- The module does not delete that core system partner because doing so can damage system messaging.
- It sets internal users' supported `odoobot_state` to `disabled`, unpins every native OdooBot chat, and closes those memberships so only the dedicated Bellum AI direct message remains visible.
2. **`127.0.0.1:8000` connection refused**
- Discuss now tries the configured override, shared Bellum URL, last working URL, and the production public API.
- The production fallback is `https://bellumai.app/api/ask`.
- After a successful public fallback, the stale localhost shared setting is repaired automatically.
- Raw `HTTPConnectionPool` stack details are logged for administrators but are no longer posted into the user's chat.
The dedicated Bellum partner and two-person Odoo 17 direct-message design remain unchanged.