Hi, iam trying to add a custom plugin to my website hosted on odoo.com.
But i cant find any documentation on how to access the data there?
any help is welcome! thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, iam trying to add a custom plugin to my website hosted on odoo.com.
But i cant find any documentation on how to access the data there?
any help is welcome! thanks
Hi,
you can use the Odoo XML-RPC API to access data from your website hosted on Odoo.com.
This is the official documentation by odoo
https://www.odoo.com/documentation/16.0/developer/reference/external_api.html
Hope this will help you
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Aug 24
|
998 | ||
|
2
Jun 24
|
1125 | ||
|
1
Feb 24
|
1148 | ||
|
1
Sep 23
|
1348 | ||
Odoo Installation on Server
Solved
|
|
2
May 23
|
4995 |
Thanks Mehjabin, this link is to access odoo api and read the database, but what iam looking for is adding new files to the server into a new folder. What would be the process? there is no ftp server for instance?