Cmdlets for Odoo

Build 24.0.9060

Select-Odoo Cmdlet

Parameters   Output Objects  

Searches Odoo data.

Syntax

Select-Odoo [parameters]

Remarks

The Select-Odoo cmdlet allows you to use a syntax similar to SQL SELECT statements to search Odoo data.

$conn = Connect-Odoo -User 'MyUser' -APIToken 'MyToken' -URL 'https://MyOdooSite/' -Database 'MyDatabase'
Select-Odoo -Connection $conn -Table "res_users" -Columns @("name","email") -Where "company_name='Company Inc.'"

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