Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
xml-rpc : relationship field in READ
I can perform a SEARCH in XML-RPC for instance on purchase.order.line table, based on a relationship to a field in the purchase.order table
Example :
server.execute(db, uid, pwd, 'purchase.order.line', 'search', [('order_id.name', '=', 'PO00001') ])
I try to do the same but with the READ method.
No success.
server.execute(db, uid, pwd, 'purchase.order.line', 'read','name','order_id.name')
Returns empty.
This query should fetch the "name" of the line (the product's name) and the "name" of the order, AKA the purchase number.
Is it possible to do such "relationship" work with the READ method ?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 11/30/13, 7:57 AM |
Seen: 1131 times |
Last updated: 3/16/15, 8:10 AM |