get_record_name
Retrieve the display name for an Odoo record by specifying its model and ID. This helps identify records when working with references in the Odoo Bridge Server.
Instructions
Get the display name of a record (useful for looking up references).
Args:
model: The Odoo model name
record_id: The record ID
Returns:
Display name of the record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| record_id | Yes |