| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 93 |
| Technical Name |
openclaw_connector |
| License | OPL-1 |
| Website | https://www.ganemo.co |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 93 |
| Technical Name |
openclaw_connector |
| License | OPL-1 |
| Website | https://www.ganemo.co |
Openclaw Connector
Centralized API Credentials for Universal Connector
Seamlessly integrate your Odoo instance with the Openclaw platform by configuring your API credentials from one centralized location inside the Universal Connector settings.
What We're Solving
----------------
Single Point of Configuration
No more scattered credentials. Configure your Openclaw API URL and API Key from one centralized settings page, shared across all modules that depend on the Openclaw integration.
Secure Credential Storage
API credentials are stored as System Parameters (ir.config_parameter), following Odoo best practices for secure, server-side storage. The API Key field is masked by default for added security.
Setup & User Manual
Step-by-Step implementation
1. Configuration Guide
Set up your Openclaw integration in 3 simple steps:
- Go to Settings > Connectors.
- Locate the Openclaw section within the Universal Connector settings page.
- Enter your API URL (e.g. https://api.openclaw.io).
- Enter your API Key (secret key provided by Openclaw).
- Click Save to persist the credentials.
ir.config_parameter.
2. Developer Integration
How other modules retrieve the stored credentials:
API URL Parameter
Retrieve via:
self.env['ir.config_parameter'].sudo().get_param('openclaw_connector.api_url')
API Key Parameter
Retrieve via:
self.env['ir.config_parameter'].sudo().get_param('openclaw_connector.api_key')
Global Ready | Multi-Language Support
This module is fully translated into English and Spanish (en_US, es_ES, es_PE, es_MX), ensuring a professional experience for international organizations.
Why Choose Ganemo?
----------------
Ganemo is the world's leading Odoo App developer and a multi-award-winning Gold Partner. For over 5 years, we have been recognized as the #1 seller of high-quality apps on the Odoo App Store. Trusted as the "Best Partner" in USA, Mexico, Chile, Spain, Colombia, Ecuador, and Peru, we deliver robust, secure, and localization-compliant solutions for global businesses.
Get a Quote & Resolve Commercial Doubts
Join thousands of satisfied clients on Odoo. Contact our sales team directly.
Official WhatsApp
Fastest response time.
LINK
+1 (828) 672-6150
Book a Demo
Let's explore your needs.
LINK
Schedule Meeting
Need More? We Do It All
Professional Odoo Services
ERP Implementation
Transform your business with a full Odoo implementation. We analyze, configure, and train your team to maximize productivity. From Accounting to Inventory, we handle the complexity so you can focus on growth.
Module Dev & Migration
Need a custom feature? Or stuck on an older version? We develop high-performance custom modules and migrate your existing code to Odoo 19 with zero data loss. Expert developers at your service.
FAQ & Troubleshooting
Common Resolutions
Where do I find my Openclaw API Key?
Answer: Log in to your Openclaw dashboard and navigate to your account or API settings to generate or copy your API key.
I don't see the Openclaw section in Settings
Reason: The Universal Connector module must be installed first, as this module inherits its settings page.
Fix: Install
the universal_connector module and then install or upgrade
openclaw_connector.
Can other modules access these credentials?
Answer: Yes. Any module can read the stored
parameters using ir.config_parameter with the keys
openclaw_connector.api_url and openclaw_connector.api_key.
Is this compatible with Multi-company?
Answer: The credentials are stored as global system parameters, shared across all companies in the database. If you need per-company credentials, a custom extension would be required.
Commercial & Sales
For inquiries about licenses, demos, or partnerships.
Official WhatsApp
Fastest response time.
LINK
+1 (828) 672-6150
Book a Demo
Let's explore your needs.
LINK
Technical Support
Existing customers regarding module functionality.
© 2026 Ganemo. All rights reserved. visit ganemo.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module