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
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
0
8月 24
|
999 | ||
|
2
6月 24
|
1137 | ||
|
1
2月 24
|
1155 | ||
|
1
9月 23
|
1350 | ||
|
2
5月 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?