Hey,

Can anyone tell me what should be indicated as the search filter in this Python 
example (taken from the official documentation 
(http://doc.openerp.com/developer/6_22_XML-RPC_web_services)), if I want to get 
ALL available partner ids?

# SEARCH PARTNERS 
args = [('vat', '=', 'ZZZZZ')] 
ids = sock.execute(dbname, uid, pwd, model, 'search', args) 


Also, can anyone tell me what is the data type behind the search filter 
parameter ("args")? And what is the data type behind the "ids" parameter? A 
generic array?

I'm converting this code sample to C#... and just can't get it working. I can 
read/update/create/delete partners just fine but I got stuck with the searching 
part.

I'm using CookComputing XML RPC library for the communication with OpenERP.

Thanks a lot!




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=45397#45397

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to