2
votes

Does someone know where can I find the definition of the XML-RPC interfaces (in OpenERP 7)? I want to know which parameters and object attributes I need to create or get objects. Examples of the XML for every element would also be very helpful.

2
might be this helpful to you odedrabhavesh.blogspot.in/2014/12/…Bhavesh Odedra

2 Answers

2
votes

You can always inspect objects interactively with ERPpeek.

With this tool you can use Python REPL on any object and see its fields

1
votes

XMLRPC or NETSVC services are provided by OpenERP for such needs. Go through the OpenERP XML-RPC Web services document, which explains the protocol implementation.

More discussion is here: How to write a Python script that uses the OpenERP ORM to directly upload to Postgres Database