Cmdlets for Odoo

Build 24.0.9062

Add-Odoo Cmdlet

Parameters   Output Objects  

Odoo データを挿入します。

Syntax

Add-Odoo [parameters]

Remarks

Add-Odoo cmdlet を使って、SQL INSERT ステートメントに似た構文を用いて新しいOdoo レコードを作成できます。

Add-Odoo -Connection $connection -Table "res_users" -Columns @("email") -Values @("[email protected]")

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