Call model method
documentedExecute a method on an Odoo model via the XML-RPC object service (e.g., search, read, create, update, delete) using execute_kw.
POST /xmlrpc/2/objectExternal RPC APIno implementation yet0 runsInput
domain
Odoo domain/host
your-odoo-domain.odoo.com
db
Odoo database name
database_name
uid
Odoo user id
1
model
Model to operate on
res.partner
method
RPC method
search_read
Calls odoo as you (your API key is your account); keychains.dev holds the credentials.