We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd22292 commit c9a1dc4Copy full SHA for c9a1dc4
app/src/main/java/io/gripxtech/odoojsonrpcclient/core/Odoo.kt
@@ -358,7 +358,7 @@ object Odoo {
358
359
fun create(
360
model: String,
361
- values: Map<String, Any>,
+ values: Any,
362
kwArgs: Map<String, Any> = mapOf(),
363
context: JsonObject = user.context,
364
callback: ResponseObserver<Create>.() -> Unit
@@ -442,7 +442,7 @@ object Odoo {
442
fun write(
443
444
ids: List<Int>,
445
446
447
448
callback: ResponseObserver<Write>.() -> Unit
0 commit comments