![]() |
VOOZH | about |
DataGrip is a database IDE that allows SQL developers to query, create, and manage databases. When paired with the CData JDBC Driver for Odoo, DataGrip can work with live Odoo data. This article shows how to establish a connection to Odoo data in DataGrip and use the table editor to load Odoo data.
Accessing and integrating live data from Odoo has never been easier with CData. Customers rely on CData connectivity to:
Users frequently integrate Odoo with analytics tools such as Power BI and Qlik Sense, and leverage our tools to replicate Odoo data to databases or data warehouses.
The steps below describe how to create a new Data Source in DataGrip for Odoo.
For assistance in constructing the JDBC URL, use the connection string designer built into the Odoo JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.odoo.jar
Fill in the connection properties and copy the connection string to the clipboard.
To connect, set the Url to a valid Odoo site, User and Password to the connection details of the user you are connecting with, and Database to the Odoo database.
π Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)jdbc:odoo:User=MyUser;Password=MyPassword;URL=http://MyOdooSite/;Database=MyDatabase;
At this point, you will see the data source in the Data Explorer.
To browse through the Odoo entities (available as tables) accessible through the JDBC Driver, expand the Data Source.
π Exploring the data (Salesforce is shown.)To execute queries, right click on any table and select "New" -> "Query Console."
π Opening a new Query Console.In the Console, write the SQL query you wish to execute. For example:
SELECT name, email FROM res_usersπ Querying with SQL (Salesforce is shown.)
Download a free, 30-day trial of the CData JDBC Driver for Odoo and start working with your live Odoo data in DataGrip. Reach out to our Support Team if you have any questions.
Download a free trial of the Odoo Driver to get started:
Download NowLearn more:
π Odoo IconRapidly create and deploy powerful Java applications that integrate with Odoo ERP data, including Sales Orders, Purchase Orders, Accounts, and more!