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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
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!
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
3
jul. 19
|
11108 | ||
|
1
jul. 25
|
60 | ||
|
2
jul. 25
|
370 | ||
|
1
jun. 25
|
1916 | ||
|
1
jul. 25
|
899 |
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