Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4178 Vizualizări

Hi,

When using the Odoo web services, is it possible to show the XML file which is sent to Odoo?

I need to build that file because I don't have any library which builds it.

Thanks,

David

Imagine profil
Abandonează
Cel mai bun răspuns

You can use wireshark to reverse engineer the way odoo web service communicate. Or just you can read and learn the code of one from many odoo connectors available out there.

Java : https://github.com/kanderson450/odoo-java-api/blob/master/src/main/java/org/apothem/odoo/OdooXmlRpcProxy.java

PHP : https://github.com/gabrielponto/openerp-php-xmlrpc/tree/master/xmlrpc

NODE.js https://github.com/faisalsami/odoo-xmlrpc

python https://pypi.python.org/pypi/OERPLib/



Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iul. 17
2629
0
mar. 15
4268
3
mar. 15
6957
1
nov. 22
4397
3
sept. 22
20429