Skip to Content
Menu
This question has been flagged
3 Replies
12997 Views

Hello,

I have to create an Odoo module to manage some specific ativites of my company.

I already know how to create module with menu, list, forms, etc. thanks to this very short and clear how to:
http://www.mindissoftware.com/2014/08/27/odoo-addons-open-academy-step1/

I need to import some data from an external application to odoo, the data will be pushed from the other app in XML or JSON format to odoo, in odoo i want to handle this data an insert them into my odoo table. So i am looking for a very simple how to.
Someone have this as everything i find in google is about the XML-RPC API.

Thanks,
Sebastian.

Avatar
Discard

what kind of external application?

It's an Android App but it can be website or any application.

Best Answer

Hi,

Please refer this, 

https://www.odoo.com/forum/help-1/question/conditionally-re-import-xml-data-119387

Avatar
Discard