<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Connect Talend To Odoo database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294341#M67232</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I tried to connect to Odoo through JDBC API, but I just got a trial version for the jdbc driver odoo, and later it becomes paid. &lt;/P&gt;&lt;P&gt;Is there any other solution to make the connection ? someone told me to make it with RESTFUL, do anyone have an idea about it? thank you so much in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 17:38:18 GMT</pubDate>
    <dc:creator>et123</dc:creator>
    <dc:date>2022-03-28T17:38:18Z</dc:date>
    <item>
      <title>Connect Talend To Odoo database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294341#M67232</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I tried to connect to Odoo through JDBC API, but I just got a trial version for the jdbc driver odoo, and later it becomes paid. &lt;/P&gt;&lt;P&gt;Is there any other solution to make the connection ? someone told me to make it with RESTFUL, do anyone have an idea about it? thank you so much in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 17:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294341#M67232</guid>
      <dc:creator>et123</dc:creator>
      <dc:date>2022-03-28T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Talend To Odoo database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294342#M67233</link>
      <description>&lt;P&gt;I don't know Odoo database, however, If the Odoo database provides RESTFUL  API, you can use tRest component to call the API in Talend job. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 23:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294342#M67233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-28T23:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Talend To Odoo database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294343#M67234</link>
      <description>&lt;P&gt;Hi @eya tounsy​&amp;nbsp;, on many forum i've seen that the Odoo jdbc driver have a lot of issue so don't use it , as @Shicong Hong​&amp;nbsp;says and i'm following him on it, use rest component , by experience i've worked with other ERP and the most efficient way to acces data was by api. Odoo have surely a complete documentation on how to use their api like other ERP.&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 07:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294343#M67234</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-03-29T07:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Talend To Odoo database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294344#M67235</link>
      <description>&lt;P&gt;Hi, thank you for your answers,  but can you just explain more how to do it? &lt;/P&gt;&lt;P&gt;I don't need to set firstly a connection in Talend with odoo? (In Metadata section) &lt;/P&gt;&lt;P&gt;I just need to create a job and add tRest component and set the odoo URL, that's all ? &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 17:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294344#M67235</guid>
      <dc:creator>et123</dc:creator>
      <dc:date>2022-03-29T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Talend To Odoo database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294345#M67236</link>
      <description>&lt;P&gt;it’s more than just put a tRestClient you have to understand how api works in general &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.odoo.com/documentation/15.0/developer/misc/api/extract_api.html" alt="https://www.odoo.com/documentation/15.0/developer/misc/api/extract_api.html" target="_blank"&gt;https://www.odoo.com/documentation/15.0/developer/misc/api/extract_api.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/esb-rest/trestclient" alt="https://help.talend.com/r/en-US/7.3/esb-rest/trestclient" target="_blank"&gt;https://help.talend.com/r/en-US/7.3/esb-rest/trestclient&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 18:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2294345#M67236</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-03-29T18:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Talend To Odoo database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2528157#M147942</link>
      <description>&lt;P&gt;You don’t need a paid JDBC driver to connect to Odoo. Instead, you can use Odoo’s &lt;STRONG&gt;official XML-RPC&lt;/STRONG&gt; or &lt;STRONG&gt;JSON-RPC APIs&lt;/STRONG&gt;, which are free and well-documented. If you prefer a RESTful approach, you can either use community-built REST APIs for Odoo or create a custom REST API module to expose the data you need. This is usually a better and more cost-effective solution than relying on third-party JDBC drivers. For expert help with Odoo integration, you can check out &lt;A href="https://theledgerlabs.com/odoo-accounting-services/" target="_blank"&gt;The Ledger Labs&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 13:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-Talend-To-Odoo-database/m-p/2528157#M147942</guid>
      <dc:creator>ledgerlabs</dc:creator>
      <dc:date>2025-08-22T13:15:40Z</dc:date>
    </item>
  </channel>
</rss>

