hello.. is it possible to get a list of DB in odoo from external? (use API)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
Hi,
Use odoorpc library for this,
import odoorpc
# Prepare the connection to the server
odoo = odoorpc.ODOO('localhost', port=8069)
print(odoo.db.list())
odoo.db.list() will return all the db names
Know more about odoo rpc library: OdooRPC: Connect To Odoo Database and Perform All Operations
Thanks
Hi! I know it's a late reply, just found this URL in Odoo's base code. This answer to anyone who needs it.
You can find this URL:
/web/database/list
Make sure you have "Content-Type" as "application/json" in headers and an empty {} in body. I tested this successfully in Postman.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
1
ส.ค. 25
|
383 | ||
|
2
ก.ค. 25
|
2829 | ||
API xmlrpc - upload pdf bills to account
แก้ไขแล้ว
|
|
3
ก.ค. 25
|
636 | |
|
1
มิ.ย. 25
|
2102 | ||
|
1
ส.ค. 25
|
1013 |