Odoo integration
Open-source ERP — sales, inventory, accounting, CRM, and HR. Works on any model via the external JSON-RPC API.
Record
- Search Read — search_read on any model (body: {model, method, args, kwargs})
- Get — read records by id
- Create — create a record
- Update — write to records
- Delete — unlink (delete) records
Discovery
- List Fields — fields_get on a model (attributes: string, type, required)
- List Models — search_read on ir.model to list installed models