XML-RPC API in Odoo — a practical guide to Odoo XML-RPC with clear examples you can reuse in real projects.
Odoo Tutorial Series (77/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Classic integration method supported across versions.
XML-RPC idea
import xmlrpc.client
uid = common.authenticate(db, user, password, {})
models.execute_kw(db, uid, password, 'res.partner', 'search', [[['is_company', '=', True]]])