ODBC Driver for Odoo

Build 23.0.8839

CheckPermissions

Whether to use Odoo user's permissions to determine which tables and views to list.

データ型

bool

デフォルト値

true

解説

Each user in Odoo has different permissions to some models - they can modify some, read others, and may not be able to access some at all. When CheckPermissions is true (the default), the model permissions are examined so that modifiable models are classified as tables, read-only models are classified as views, and inaccessible models are not listed.

When CheckPermissions is false, all the models within Odoo are listed as tables and the permissions check is skipped.

Checking model permissions requires an administrator to grant your user read-only access to the "ir.model.access" model because it is not readable to most users by default. If access to that model cannot be granted to the connecting user, then set this option to false.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839