OdooEdition
Specifies the edition of Odoo that you are connecting to: Odoo Online or Odoo OnPremise.
Possible Values
Odoo Online, Odoo OnPremiseData Type
string
Default Value
"Odoo Online"
Remarks
This property determines how the add-in interacts with your Odoo instance based on its deployment type:
- When set to Odoo Online, the add-in adjusts float, decimal, and double handling in INSERT statements to account for the system's locale and cultural settings. This helps ensure proper formatting and compatibility with cloud-hosted Odoo instances.
- When set to Odoo OnPremise, the add-in assumes a local deployment and disables certain behaviors specific to Odoo Online.
Set this property to match the environment your Odoo instance is running in. If you're using Odoo via a hosted subdomain like https://yourcompany.odoo.com, choose Odoo Online. For self-hosted instances, choose Odoo OnPremise.