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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
ago 24
|
1000 | ||
|
2
jun 24
|
1140 | ||
|
1
feb 24
|
1158 | ||
|
1
sept 23
|
1350 | ||
Odoo Installation on Server
Resuelto
|
|
2
may 23
|
5012 |
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?