Skip to main content
Requires the Odoo integration. Pass model, up to 200 integer ids, and an explicit fields list:
Many-to-one fields generally return [id, display_name] or false. One-to-many and many-to-many fields return record IDs. Inspect the relation with Odoo Get Schema, then read those IDs on the related model. For example, sale.order.order_line refers to sale.order.line records. Accepts instance and context as documented in Odoo Query. Missing or inaccessible records follow Odoo’s access rules; a partial list is not proof that every requested record exists or is readable. No records are changed.