my client gave me the odoo URL, username, database name, and password and I'm building a mobile application how can fetch odoo restful api to get the data
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ờ
Hi,
You can use the odoo external api/xmlrpc to fetch and update from the odoo database.
You can refer this documentation: Odoo External API
Video tutorial: Odoo External API: Search And Read From Odoo Database
Thanks & Regards
That really depends on your use case, i.e., which models you want to access, which language you use (e.g., Flutter), etc. But see link below for the official documentation which should answer most of your questions:
https://www.odoo.com/documentation/16.0/developer/reference/external_api.html
I hope this helps!
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ýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
3
thg 7 19
|
11103 | ||
|
2
thg 7 25
|
303 | ||
|
1
thg 6 25
|
1906 | ||
|
1
thg 7 25
|
895 | ||
Original project names via the API
Đã xử lý
|
|
1
thg 4 25
|
1549 |
hello,
I'm using react.js and node.js for my work can u please guide me on how can I get the data from the odoo database