TDV Adapter for Odoo

Build 22.0.8462

AllowComputedFields

Boolean determining whether computed names from Odoo are mapped to columns.

Data Type

bool

Default Value

false

Remarks

Internally, Odoo stores some fields directly in its database and computes other fields dynamically when you request them. While stored fields are usually fast to retrieve, computed fields can potentially be much slower since Odoo has to do additional work on each row.

By default, this property is false and computed fields are not available. You can set this property to true if you need to access a computed field, although this will make queries (including star queries) on many tables take longer to run.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462