2016-05-13 15:26 GMT+02:00 piyush agrawal <[email protected]>: > JSON String : > *{"method":"model.party.party.search_read","params":[5,"c3eb5b0501c3430d97387f25a4d0ff24",[["rec_name","like","P"]],0,20,[],[],{"limit":20,"domain":[["rec_name","like","P"]],"offset":0,"order":[],"fields":[]}]}* >
Be careful ! [["rec_name", "like", "P"]] means [["rec_name", "=", "P"]] try [["rec_name", "like", "P%"]] for instance Jean Cavallo *Coopengo* -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/CAAc4%2BPaqEF09UozjPHUEmC3zq9W--gR0FGwhbhwRV4TeoUdqQA%40mail.gmail.com.
