Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

XML-RPC API in Odoo

Call Odoo externally via XML-RPC authenticate + execute_kw.

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]]])

Leave a reply

Your email address will not be published. Required fields are marked *