User Parameter (Connect-Odoo Cmdlet)
Specifies the Odoo user account used to authenticate.
Syntax
Connect-Odoo -User string
Data Type
cstr
Default Value
""
Remarks
This property specifies the Odoo username used for authentication. It is typically the email address associated with the Odoo user account.
This value is used together with the APIToken property to authenticate requests to the Odoo server.
This is a required parameter.