CallProcedure
Calls a server-side RPC within Odoo.
Input
| Name | Type | Description |
| Model | String | The model to execute the procedure on. |
| Operation | String | The procedure to execute. |
| Arguments | String | The list of arguments to pass to the RPC, formatted as a JSON list |
| KeywordArgs | String | The keyword arguments to pass to the RPC, formatted as a JSON object |
Result Set Columns
| Name | Type | Description |
| JSON | String | The output of the RPC converted to JSON. |