Skip to Content
Menu
This question has been flagged
2084 Views

I tried this one : 

final Integer id2 = (Integer)models.execute("execute_kw", asList(    
 db, uid, password, "pointage.task", "search",
 asList(asList( asList("name", "=", "daa11"),
 new HashMap() {{ }}))));

and i get an error while doing it !!

wht can i do or what should i put in the "new HashMap(){{ ????? }})))); ???




Avatar
Discard