Cmdlets for Odoo

Build 24.0.9060

Add-Odoo Cmdlet

Parameters   Output Objects  

Inserts Odoo data.

Syntax

Add-Odoo [parameters]

Remarks

The Add-Odoo cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Odoo records.

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

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