ShowParameterizedTables
Specifies whether tables and views that require input parameters are included in the schema.
Data Type
bool
Default Value
false
Remarks
Some tables and views in Odoo require parameters in order to return data. These are considered parameterized objects, and they are hidden from the default schema to avoid confusion or runtime errors in tools that cannot supply required inputs.
- When this property is set to true, the connector includes these parameterized tables and views in the metadata.
- When set to false, these objects are excluded from the schema.
The following parameterized tables are affected by this setting:
- calendar_alarm_manager
- forum_post
- ir_actions_act__window
- website_seo_metadata
- publisher_warranty_contract
- board_board
- hr_leave_report_calendar
- report_stock_quantity
- res_users_apikeys_show
- account_aged_payable
- account_aged_receivable
- account_multicurrency_revaluation
Performance Considerations
Enabling this property does not affect query performance directly, but it may expose objects that cannot be queried without providing required inputs. If your application does not support parameterized queries, leave this property disabled to avoid errors.