Retool jsonrpc or xml-rpc to Odoo external API

Hey guys,

I'd like to Connect retool to my database on odoo.com.

Unfortunately odoo only support jsonrpc or xml-rpc for it's open api, which isn't supported by Retool it seems.

Is there any workaround possible like using Js or Python to execute calls using those api schema's?

Best,

Hi @Yannick_De_Groote

Is it something you could parse with an external library like this example?