UseDisplayNames
Specifies whether the provider uses display names instead of API names for column labels.
Data Type
bool
Default Value
true
Remarks
When this property is set to true, the provider uses the display names defined in Odoo as column names. These names are often more user-friendly and better suited for use in reports or low-code tools.
When this property is set to false, the provider uses the underlying API names for columns. This ensures consistent naming across schema refreshes and protects against changes if display names are updated in your Odoo instance.
Use false if your workflow depends on stable column names such as with long-lived integrations or business-intelligence dashboards, or if you prefer to work directly with the technical field names exposed in the Odoo API.