Cmdlets for Odoo

Build 25.0.9434

UseDisplayNames Parameter (Connect-Odoo Cmdlet)

Specifies whether the provider uses display names instead of API names for column labels.

Syntax

Connect-Odoo -UseDisplayNames bool

Data Type

bool

Default Value

true

Remarks

When this property is set to true, the cmdlet 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 cmdlet 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434