Cmdlets for Odoo

Build 25.0.9434

URL Parameter (Connect-Odoo Cmdlet)

Specifies the base URL of the Odoo site that you want to connect to.

Syntax

Connect-Odoo -URL string

Data Type

cstr

Default Value

""

Remarks

This property defines the root address of your Odoo instance. The value should be the full URL, including the protocol (http:// or https://).

For example:

  • https://mycompany.odoo.com (Odoo Online)
  • http://localhost:8069 (Odoo On-Premise)

The cmdlet uses this URL to establish a connection with your Odoo deployment and derive additional metadata, such as the database name when possible. Ensure that the provided URL matches the externally accessible address of your Odoo instance. If you're connecting to an Odoo Online instance, the subdomain portion typically matches your organization name.

This is a required parameter.

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