OdooEdition Parameter (Connect-Odoo Cmdlet)
The edition of Odoo being used. Set either Odoo Online or Odoo On-Premise.
Syntax
Connect-Odoo -OdooEdition string
Possible Values
Odoo Online, Odoo OnPremiseData Type
cstr
Default Value
"Odoo Online"
Remarks
The edition of Odoo being used. Set either Odoo Online or Odoo On-Premise. When the OdooEdition is set to Odoo Online, the driver will consider the System's culture while processing the float/decimal/double data types for Insert statements.
This is a required parameter.