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
Dette spørgsmål er blevet anmeldt
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!
Kan du lide at diskutere? Læs ikke bare med, deltag aktivt i debatten!
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
|
3
jul. 19
|
13518 | ||
|
|
1
maj 26
|
1474 | ||
|
|
0
maj 26
|
6 | ||
|
|
1
nov. 25
|
5332 | ||
|
|
1
aug. 25
|
2853 |
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