Cmdlets for Odoo

Build 25.0.9434

Data Model

The cmdlet represents Odoo models as relational tables and views. The table definitions are dynamically obtained from the Odoo site you connect to, and the exact ones that will be available to you will be different depending on the apps you have installed. The tables listed here are only examples, which may differ from those available.

  • Tables specify which models can be modified and which are read-only. Modifiable models are represented as tables, allowing for reading, inserting, updating, and deleting data.
  • Views read-only models are represented as views, enabling data retrieval like tables while prohibiting insertions, updates, or deletions to maintain data integrity.
  • Stored Procedures are scripts that are invoked via SQL queries. They perform tasks beyond standard CRUD operations, and can be used to search, update, and modify information in Odoo.
  • Models within Odoo, in addition to columns containing simple values, such as text and dates, there are also columns that hold multiple values in each row. The driver interprets these values differently, based on the type of column from which the value originates. The columns describe different types of relationships that can exist between models (or database tables).

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