$ 599.01
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 686 |
| Technical Name |
odoo_synapse |
| License | OPL-1 |
| Website | https://niyulabs.com |
| Versions | 15.0 16.0 17.0 18.0 19.0 |
Azure Synapse Connector
Bring your Odoo data into the Microsoft Intelligent Data Platform. Scale from simple tracking to Enterprise-grade Analytics with Azure Synapse. Odoo handles the daily grindâAzure Synapse builds the big picture for your executive team.
✨ The Modern Data Pipeline
Export Odoo Records → Land in Azure Data Lake → Sync to Dedicated SQL Pool → Visualize in Power BI
📍 Where to Find Everything in Odoo
Apps → Update Apps List → Search "Azure Synapse" → Install
Settings → left sidebar → Microsoft Azure Synapse
Main menu → Azure Synapse Connector → Export Profiles
Export Profile form → Run Export / Cron Schedule
Enterprise Data Capabilities
Scale your Odoo analytics using Microsoft's most powerful data warehouse.
Unlimited Model Export
Transfer any Odoo data point to Azure:
- CRM Leads, Sales Pipelines
- Accounting Ledgers, Invoices
- Inventory & Manufacturing BoMs
Delta Sync Technology
Only pushes changes (Update/Insert). Minimizes storage costs and speeds up sync cycles.
Automated Pipelines
Schedule exports every 15 min or hourly. Power BI stays fresh without manual clicks.
Schema Auto-Mapping
Auto-creates tables in Dedicated SQL Pool with Odoo-to-Synapse type conversion.
Why use Azure Synapse?
Azure Synapse combines data warehousing and big data analytics. Query Odoo data with SQL, Python, or Spark and connect natively to Power BI for boardroom-ready visuals.
High-Level Workflow
A seamless 4-step journey from Odoo to your Dashboard.
1) Azure Setup
Configure Synapse & ADLS Gen2
2) Authentication
Secure Odoo with SAS Tokens
3) Mapping
Pick Odoo models & fields
4) Visualization
Query SQL in Synapse Studio
How we ensure data integrity?
- Odoo Python objects converted to Parquet/CSV.
- Files staged in your private Azure Data Lake.
- PolyBase/COPY moves data into SQL Pools.
- Row-level comparison prevents duplicates.
Ideal for these scenarios
Merge Odoo data with External Sales, IoT streams, or legacy SQL in one Azure Workspace.
Find Workspace Endpoints
Open your Azure Portal and navigate to your Synapse Workspace.
Details to capture in Azure Portal:
- · SQL Endpoint: Copy "Workspace SQL endpoint" (ends in .sql.azuresynapse.net)
- · SQL Pool Name: Your Dedicated Pool name (e.g.
SalesDW) - · SQL Auth: SQL Admin username and password
📷 Synapse workspace overview â Essentials (Dedicated SQL endpoint, odoo_dedicated pool)
📷 Synapse Analytics workspace dashboard â Ingest, Explore, Visualize
Secure Landing Zone
The SAS Token Checklist
Azure Synapse requires ADLS Gen2 storage for data transfers.
- Storage Account → Shared access signature
- Allowed services: Blob · Resource types: Service, Container, Object
- Permissions: Read, Write, List, Create, Delete
- Generate SAS and copy the token string
📷 Create storage account â Basics (Resource group: rg-odoo-synapse)
📷 Storage center â Find your ADLS accounts (niyuadlscentral, niyusynapseadls)
📷 Storage account properties â Verify Hierarchical namespace: Enabled (ADLS Gen2)
📷 Generate SAS â Containers → rightâclick container → Generate SAS
Common settings
Allow Odoo Access
Firewall exceptions
Azure is secure by default. Allow connections from Odoo to Synapse.
- Synapse Workspace → Networking
- Toggle "Allow Azure services and resources to access this workspace" to ON
- Click + Add client IP for your Odoo server IP
Synapse Workspace → Networking → Add client IP for your Odoo server
Connection Settings
Required configuration for ADLS Gen2 → Synapse COPY INTO.
Settings
→ Left sidebar under Connectors → Microsoft Azure Synapse
(Sits alongside Redshift, Snowflake, BigQuery connectors)
Synapse SQL
Dedicated Pool
-
Server Name<workspace>.sql.azuresynapse.net
-
Admin UsernameYour SQL pool admin (e.g. synapseadmin)
-
PasswordSQL admin password (masked)
ADLS Gen2 Staging
Data Lake Storage
-
Account NameYour ADLS Gen2 storage account
-
Container Namee.g.
synapse -
Shared Access Signature (SAS) TokenFull SAS token from Azure (sv=...&ss=b&srt=co...)
📷 Microsoft Azure Synapse settings in Odoo
Selecting Data & Domains
Choose what to sync. You don't need the entire databaseâonly the tables you need for analytics.
Export Profile form → Model / Fields / Domain filter tabs
Filter logic examples
Sync only Invoices from 2024:
Sync only "Done" Stock Moves:
Best practices
- Select only required fields to minimize IO
- Test connection before full sync
- Use Domain filters to exclude test/archived data
Query Your Odoo Data in Synapse Studio
Once data is synced, open Synapse Studio → Data → SQL database (odoo_dedicated) → New SQL script. Run queries like SELECT * FROM dbo.res_partner.
📷 Synapse Studio SQL script â Connect to odoo_dedicated, query Odoo tables
The Power of Incremental Sync
Keep Azure Synapse updated without overloading your server.
1. Full Export (First Time)
On first run, Odoo sends all records matching your filter to Azure. Establishes the baseline table.
2. Delta / Incremental Sync
Later runs use a watermark. Odoo checks write_date and exports only rows modified since last sync.
The Merge Process
When data arrives in Synapse:
- Matching ID: Update existing row
- New ID: Insert new record
- Result: Mirrored table ready for Power BI
Export Profile → Schedule / Cron field, or use Odoo Scheduled Actions
Troubleshooting Guide
Quick fixes for common Azure connectivity issues.
Final sanity check
- SQL Pool Status: Is your Dedicated Pool "Online"? (If paused, Odoo can't write)
- Networking: Is the Odoo server IP in the firewall whitelist?
- SAS Permissions: Does the SAS include 'Write' and 'Create'?
- SQL Credentials: Verify SQL Admin password recently?
⚠ Pro tip: Use the "Test Connection" button in Odoo before a large export. It validates storage and SQL in seconds.
Settings → Microsoft Azure Synapse (sidebar) → Test Connection or Save
Synapse Connector FAQ
Does it work with Serverless Pools?
Optimized for Dedicated SQL Pools for consistent Power BI performance.
What version of Odoo?
Odoo Community, Enterprise & Odoo.sh â Versions 16, 17, 18.
Is there a row limit?
No. Azure Synapse scales to Petabytes. Limit is Odoo server memory for large batches.
Can I sync binary files?
Structured data (text, numbers, dates) only. Attachments via ADLS links, not SQL pools.
Does it support Power BI?
Yes! Use the native Azure Synapse connector in Power BI Desktop once data is in the SQL pool.
Is my data safe?
100%. Data stays in your infrastructureâOdoo to your Azure account directly.
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