Search K
Appearance
Appearance
Overview Use this guide to create and configure an Odoo service account in MinuteView Console. This service account enables integration with your Odoo ERP instance for:
- Product management — Create and update products in Odoo from MinuteView workflows
- BOM operations — Manage Bills of Materials in Odoo MRP
- Data synchronization — Pull Odoo data into MinuteView for processing and reporting
- Workflow automation — Trigger Odoo operations from MinuteView automation workflows
This service account uses username and password authentication against the Odoo XML-RPC API.
The MinuteView server communicates directly with your Odoo instance via its XML-RPC API. Network requirements depend on whether you use Odoo Cloud (SaaS) or an on-premises deployment.
The following must be accessible via HTTPS (port 443) from the server where MinuteView is installed:
| Target | Purpose |
|---|---|
Your Odoo instance URL (e.g. yourcompany.odoo.com) | Authentication and all Odoo API calls |
Server Access Required
If using Odoo Cloud (SaaS), the MinuteView server must have outbound internet access to reach your Odoo instance. If both MinuteView and Odoo are on the same internal network, ensure the server can reach the Odoo URL on the configured port.
Create or identify an Odoo user account for MinuteView to use:
You'll need the Odoo database name, which is the db parameter used during login. For Odoo Cloud instances, this is typically your company name or subdomain.
| Field | Description | Example |
|---|---|---|
| Name | A descriptive name for this service account | Odoo-Production |
| Service Account Type | Select Odoo from the dropdown | |
| Server URL | The base URL of your Odoo instance | https://yourcompany.odoo.com |
| Database | The Odoo database name | yourcompany |
| Username | The Odoo login username | mv-service@yourcompany.com |
| Password | The password for the Odoo user | (sensitive — stored securely) |
Connection error / Cannot reach server
Authentication failed
Permission denied on operations