Skip to Content
Menu
This question has been flagged
6137 Views

I am creating record using JSON RPC call, My create, read,search method working properly but write method giving error.

For Creating New User in hr employee i am sending these parameter to call_kw

 "params": { "method": "create", "model": "hr.employee", "args": {"name":"Gaurav" },"context":context}

I am searching arguments for write method ??

 

Avatar
Discard
Related Posts Replies Views Activity
0
Jan 21
12942
2
Dec 19
9313
2
Mar 19
10922
1
Apr 17
12446
2
May 15
6954