How do we get the data url for database? I'm looking to integrate shopify to odoo
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
3
Trả lời
2275
Lượt xem
Thanks
you can get url from db host url located in odoo.conf file
To open odoo.conf file on server :- sudo nano /path/to/odoo.conf
Identify Your Odoo Database URL:
- If you're using Odoo Online (hosted on odoo cloud), the database URL typically follows this format
arduinoCopy codehttps://<your-instance-name>.odoo.com
Replace <your-instance-name> with your unique subdomain provided by Odoo. - For Odoo on-premise or self-hosted installations, the URL is based on the server address where Odoo is installed:
phpCopy codehttp://<your-server-ip>:<port>
Commonly, the default port for Odoo is 8069, so it could look like:arduinoCopy codehttp://192.168.1.10:8069
Shopify Integration Setup:
- You can use an Odoo app for Shopify integration (e.g., “Shopify Odoo Connector”) or a third-party connector. These typically require your Odoo URL, database name, and API credentials to connect both systems securely.
Generate API Credentials:
- Ensure that API access is enabled in your Odoo settings. To authorize access, you’ll need to create or use an Odoo user with the right permissions and generate API keys (or use basic auth, depending on the setup).
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký