I'm using the external API PHP $common = ripcord::client("$url/xmlrpc/2/common");
I would like to search account.move, I'm have trouble using the following code and adding properties to get it to work.
$s_id = $models->execute_kw($db, $uid, $password, 'account.move', 'search', array(array(array('xxx', '=', 'xxx')))) ;
where can I find the properties for this API. Example, what should these xxx be.
Thanks