URL
Specifies the base URL of the Odoo site that you want to connect to.
Data Type
string
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 server 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.